Find answers from the community

Updated 2 months ago

Hi guys, what patterns should I study/

Hi guys, what patterns should I study/look at if I want to build a chatbot that consumes dynamic data? By that I mean, data that is available in databases and not in static documents. I know that LlamaIndex have many different readers, but I'm thinking during a API rest call to my chatbot backend if calling api readers, populating those documents in the vector store and then querying the vector store is the right approach.
L
1 comment
If the database is easily query-able, you could write a custom query engine or query pipeline that gets the LLM to write the query to the db

If the database is queryable with a simple string, its even easier πŸ™‚
Add a reply
Sign up and join the conversation on Discord