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
I successfully created an Agent workflow using RAGflow and called it successfully in the API, but running it on the front-end page can achieve multi round dialogue memory function. How can I do it in the API?
I used API like /api/v1/agents/{agent_id}/completions
But only the result of a single conversation can be obtained, and the memory before initiating a new question is no longer there
The text was updated successfully, but these errors were encountered:
Describe your problem
I successfully created an Agent workflow using RAGflow and called it successfully in the API, but running it on the front-end page can achieve multi round dialogue memory function. How can I do it in the API?
I used API like /api/v1/agents/{agent_id}/completions
But only the result of a single conversation can be obtained, and the memory before initiating a new question is no longer there
The text was updated successfully, but these errors were encountered: