pragunbhutani / dbt-llm-tools

RAG based LLM chatbot for dbt projects
Other
48 stars 12 forks source link

Pick and implement a vector db #32

Open pragunbhutani opened 2 weeks ago

pragunbhutani commented 2 weeks ago

The library currently relies on ChromaDB running locally, and it is present as a dependency. Should we replace it with an external vector db? Ideally something that works well with our relational DB and can be packaged into a docker env for easier local testing for future devs.