vanna
vanna copied to clipboard
🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
On Vanna [vanna 0.0.35] postgres (PostgreSQL) 16.1 (Debian 16.1-1.pgdg120+1) LLM model: OpenAI via Vanna.AI (Recommended) Vanna Hosted Vector DB As you can see in the image, it was not able...
Right now the get_training_plan_generic() function doesn't cut-off wide tables which makes it so when the plan is passed to the train() function, train() fails because the token limit of the...
Trained model in Jupyter notebook and then Insomnia checked API endpoints are up and running with dummy data: traing.ipynb: ``` df_information_schema = vn.run_sql("SELECT * FROM INFORMATION_SCHEMA.COLUMNS \ WHERE TABLE_NAME =...
Currently Vanna does not require specific version(s) of Python modules, opening up to potential dep mismatch over time – would love to add that in pyproject.toml, are there specific versions...
This PR adds standardized, overridable logging as referred to in issue #176. The solution is using native python logging. I only added the simple logging solution and replaced all print...
Hi. I want to try vanna ai on PaLM API models (bison). Do you have any tutorial or documentation on how to set up those models on vanna?. It is...
This PR adds a script to support improving the performance (accuracy, cost and latency) of a vanna app. ### The Problem; - The various components and prompts contribute to performance,...
In the training data reviewing UI, we often want to know what queries/questions have been reviewed, approved, and the others not. It would be very helpful to has a category...