ApeRAG
ApeRAG copied to clipboard
API Issue·
I saw a markdown doc mentioned there is an API POST /api/v1/agent/chats/{chat_id}/messages used for Q/A. But I didnt find it. Is it still in developing?
Thanks for pointing this out. This is a very early design document, and the subsequent implementation did not completely follow it.
The current Question/Answering functionality uses WebSocket for a better interactive experience. You can refer to the corresponding API implementation here: https://github.com/apecloud/ApeRAG/blob/main/aperag/views/chat.py#L88.
This issue has been marked as stale because it has been open for 30 days with no activity