You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
接口地址:/api/v1/chat/completions
参数:{"chat_mode":"chat_knowledge","model_name":"proxyllm","user_input":"有关特朗普的事情","app_code":"chat_knowledge","temperature":0.5,"select_param":"sad及哦啊接到哦i阿斯加德","conv_uid":"cb6cd85a-97fc-11ef-a342-e89c252b45fe"}
报错:File "/home/data/project/DB-GPT/dbgpt/app/scene/chat_knowledge/v1/chat.py", line 166, in generate_input_values
chucks = self.chunk_dao.get_document_chunks(
File "/home/data/project/DB-GPT/dbgpt/app/knowledge/chunk_db.py", line 97, in get_document_chunks
result = document_chunks.all()
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) LIKE or GLOB pattern too complex
What you expected to happen
问答报错 期望能正确问答
How to reproduce
1.创建知识库 选择存储类型Knowledge Graph
2.新增数据(大量)
3.知识库问答
Additional context
No response
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Operating system information
Linux
Python version information
DB-GPT version
main
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
gpu 1 memory 24g
Models information
qwen2.5 14B
What happened
接口地址:/api/v1/chat/completions
参数:{"chat_mode":"chat_knowledge","model_name":"proxyllm","user_input":"有关特朗普的事情","app_code":"chat_knowledge","temperature":0.5,"select_param":"sad及哦啊接到哦i阿斯加德","conv_uid":"cb6cd85a-97fc-11ef-a342-e89c252b45fe"}
报错:File "/home/data/project/DB-GPT/dbgpt/app/scene/chat_knowledge/v1/chat.py", line 166, in generate_input_values
chucks = self.chunk_dao.get_document_chunks(
File "/home/data/project/DB-GPT/dbgpt/app/knowledge/chunk_db.py", line 97, in get_document_chunks
result = document_chunks.all()
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) LIKE or GLOB pattern too complex
What you expected to happen
问答报错 期望能正确问答
How to reproduce
1.创建知识库 选择存储类型Knowledge Graph
2.新增数据(大量)
3.知识库问答
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: