vanna-ai / vanna

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
https://vanna.ai/docs/
MIT License
9.97k stars 737 forks source link

feat: Qdrant as a supported vector store #362

Closed Anush008 closed 3 months ago

Anush008 commented 3 months ago

Description

This PR adds support for Qdrant - https://qdrant.tech/ to be used as a vector store.

zainhoda commented 3 months ago

Awesome! @Anush008 once we add this, would you be interested in doing a joint blog post?

Anush008 commented 3 months ago

Hi Zain. We can definitely come up with content to promote this.

zainhoda commented 3 months ago

@Anush008 I added tests and in the process of adding tests I found a couple of places where I had to make some minor changes. Could you review the changes that I made?