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
I would like to use SQL Agent to query database. But also I would like to use CromaDB to save embeddings with local knowledge of the database structure, columns content, ...
So this means thy I would like to create chain that would extend LLM with this local knowledge, and then pass this as LLM fro SQL queries.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use SQL Agent to query database. But also I would like to use CromaDB to save embeddings with local knowledge of the database structure, columns content, ...
So this means thy I would like to create chain that would extend LLM with this local knowledge, and then pass this as LLM fro SQL queries.
Any ideas how to set up this architecture?
I know that rag_chain can be used to query expanded knowledge as described in: https://python.langchain.com/docs/use_cases/question_answering/
but how it can be combined with sql_agent ?
Beta Was this translation helpful? Give feedback.
All reactions