vanna-ai / vanna

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

New parameter: allow_llm_to_see_data #219

Closed zainhoda closed 8 months ago

zainhoda commented 9 months ago

As we work on new functionality like summarization that requires the ability of the LLM to see the data, we need to introduce a parameter to both vn.ask and the flask run function. This will allow the user to be explicit about whether or not they will allow any part of the database contents to be sent to the LLM.

By default, this parameter should be False

CNouraAraujo commented 7 months ago

Is it possible to add this parameter (allow_llm_to_see_data) to an application developed with Vanna AI and Chainlit?