Skip to content

Commit

Permalink
fix console url and add version
Browse files Browse the repository at this point in the history
  • Loading branch information
seiriosPlus committed Feb 27, 2024
1 parent 95abc01 commit f272483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appbuilder/core/console/rag/rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class RAG(Component):
print(answer.extra) # 获取结果来源
"""
name = "rag"
integrated_url: str = "/v1/ai_engine/agi_platform/v2/instance/integrated"
integrated_url: str = "/v1/ai_engine/agi_platform/v1/instance/integrated"
# debug_url: str = "/debug"

def __init__(self, app_id: str = ""):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='appbuilder-sdk',
version='0.3.1',
version='0.4.0',
author='dongdaxiang',
author_email='[email protected]',
packages=find_packages(),
Expand Down

0 comments on commit f272483

Please sign in to comment.