-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: No response when call API of list agent sessions #4475
Comments
We intend to create an international community, so we encourage using English for communication. |
Is there any problem with the new version? |
What about removing the |
No, this interface function returns the historical conversation records, but now the returned data is empty! |
Also, the parsing of knowledge base files is always sometimes good and sometimes bad, sometimes it can be parsed successfully, sometimes it cannot be parsed! |
Try the |
How to use the nightly version |
There are also some long answers that prompt the content is truncated. How to deal with it? |
Is the chat model involved when parsing documents uploaded to the knowledge base, or is only the vector model used? |
Here. |
Is there an existing issue for the same bug?
RAGFlow workspace code commit ID
五
RAGFlow image version
v0.15.1 slim
Other environment information
No response
Actual behavior
when call /api/v1/agents/{agent_id}/sessions?page=1&page_size=11&orderby=create_time&desc=desc&id=1e8c9cdcd22c11efb5ae0242ac140006&user_id=1111111111111111111
Only the following format is returned, no other data
{
"code": 0,
"data": []
}
Expected behavior
No response
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: