ApeRAG icon indicating copy to clipboard operation
ApeRAG copied to clipboard

API Issue·

Open BBjie opened this issue 3 months ago • 2 comments

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?

Image

BBjie avatar Sep 16 '25 09:09 BBjie

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.

iziang avatar Sep 22 '25 02:09 iziang

This issue has been marked as stale because it has been open for 30 days with no activity

github-actions[bot] avatar Oct 27 '25 00:10 github-actions[bot]