vanna icon indicating copy to clipboard operation
vanna copied to clipboard

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.

Results 191 vanna issues
Sort by recently updated
recently updated
newest added

would be nice to have the ability to filter more the data depending of a user using the app. not all user can see example sales data would be nice...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Description of the bug** When we prompt a question to vanna, we get the query and when it runs, it produces psycopg2 interface error. While the same query after REBOOT...

bug

**Description** Database disconnect doesn't actually happen after usage **Expected behavior** To disconnect the database after running a query. **Desktop (please complete the following information where):** - OS: [e.g. Windows] -...

bug

Was not able to delete particular ID from training data (qdrant db)

**Issue - context:** When we deploy vanna app on a instance (Pod of K8S - GKE) which already have a default credential of a service account. However, we would like...

![image](https://github.com/vanna-ai/vanna/assets/37464936/ee6803f0-add5-4170-95d2-97f862272050) In line 27, if my model is llama:70b, it will be modified to llama:70b:latest

bug

**Describe the bug** The source code in VannaBase.connect_to_snowflake checks default values with a structure like `my-password` while all 40 Snowflake notebooks use a default value like `mypassword`. ```sh ~/dev/notebooks ::...

bug

**Describe the bug** Error while running the flask app in jupyter notebook **To Reproduce** Steps to reproduce the behavior: pip install 'vanna[chromadb,postgres,ollama]' from vanna.flask import VannaFlaskApp app = VannaFlaskApp(vn) app.run()...

bug

This PR adds support for using Pinecone as a vector store. This is still a WIP as no tests have been written. From simple usage testing, it appears to all...