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
1.the api path should /v1/api while the path that doc describes starts with /api/v1
2.the api in code like api_app.py is /completion while the api in doc is /completions
3.the agent api is invalid (like /api/v1/agents/{agent_id}/completions)
Expected behavior
No response
Steps to reproduce
1.refer [doc](https://ragflow.io/docs/dev/http_api_reference) and the api define code like `api_app.py`
2.use postman to send the post request to `/api/v1/agents/{agent_id}/completions` api
Additional information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
RAGFlow workspace code commit ID
1d0a560
RAGFlow image version
dev
Other environment information
Actual behavior
1.the api path should /v1/api while the path that doc describes starts with /api/v1
2.the api in code like
api_app.py
is /completion while the api in doc is /completions3.the agent api is invalid (like /api/v1/agents/{agent_id}/completions)
Expected behavior
No response
Steps to reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: