vanna-ai / vanna

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

UI Issue: 'Add Training Data' Option Missing When No Default Training Data is Present #612

Closed anusreesoumya-nv closed 3 months ago

anusreesoumya-nv commented 3 months ago

The Vanna Flask app UI currently does not provide an option to add training data if the default training data is not present. Instead, it displays an error message: "No training data found, please add some training data first."

We would prefer to have an "Add Training Data" option available even when no default training data is present.

Is there a solution for this issue?

zainhoda commented 3 months ago

This behavior is intentional -- initial training on DDL/information schema should be done before launching the app in order to maximize database compatibility.