typesense-python icon indicating copy to clipboard operation
typesense-python copied to clipboard

Is the conversational agent (RAG) available in the Python client?

Open kiran-bal opened this issue 7 months ago • 1 comments

I would like to know how to implement both a conversational agent and a search agent using the Python client. Are there any sample implementations or recommended best practices for these agents?

kiran-bal avatar Aug 03 '25 09:08 kiran-bal

It's available through the conversations object of the client. Here's the documentation on RAG. We also have some examples under the tests directory.

There's also a full demo for conversational search with streaming request here

tharropoulos avatar Aug 03 '25 13:08 tharropoulos