vanna-ai / vanna

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

Connection with CustomVectorDB #524

Open BassCoder2808 opened 1 week ago

BassCoder2808 commented 1 week ago

Is your feature request related to a problem? Please describe. Currently, the documentation lacks when we try to implement the custom VectorDB and there needs to be some steps which needs to be added so that a user actually knows how to implement custom vector db. Like there is no mentioning of generate_embeddings function in the documentation even though it's a mandatory requirements

Describe the solution you'd like A clear and conside documenttaion for creating a custom vectordb class with a live example rather than just showing the function name and comments