Replies: 2 comments 3 replies
-
|
Pull the dev version of docker image. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Current version has not implemented it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version: 0.14.0
The error message in chat UI:
ERROR: InfinityConnection.sql() takes 3 positional arguments but 4 were given
The error message in ragflow docker as follow:
2024-12-04 11:37:44,432 INFO 20 172.21.0.6 - - [04/Dec/2024 11:37:44] "GET /v1/conversation/get?conversation_id=cb07b09148164ee8b0acbad41c53bfcb HTTP/1.1" 200 -
2024-12-04 11:37:53,239 INFO 20 HTTP Request: POST http://135.251.242.79:9997/v1/chat/completions "HTTP/1.1 200 OK"
Traceback (most recent call last):
File "/ragflow/api/apps/conversation_app.py", line 181, in stream
for ans in chat(dia, msg, True, **req):
File "/ragflow/api/db/services/dialog_service.py", line 183, in chat
ans = use_sql(questions[-1], field_map, dialog.tenant_id, chat_mdl, prompt_config.get("quote", True))
File "/ragflow/api/db/services/dialog_service.py", line 348, in use_sql
tbl, sql = get_table()
File "/ragflow/api/db/services/dialog_service.py", line 346, in get_table
return settings.retrievaler.sql_retrieval(sql, format="json"), sql
File "/ragflow/rag/nlp/search.py", line 369, in sql_retrieval
tbl = self.dataStore.sql(sql, fetch_size, format)
TypeError: InfinityConnection.sql() takes 3 positional arguments but 4 were given
2024-12-04 11:37:53,243 INFO 20 172.21.0.6 - - [04/Dec/2024 11:37:53] "POST /v1/conversation/completion HTTP/1.1" 200 -
2024-12-04 11:38:06,136 INFO 18 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2024-12-04T11:38:06.135719", "boot_at": "2024-12-04T11:37:36.064744", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null}
any help please, thanks.
Beta Was this translation helpful? Give feedback.
All reactions