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

Remove the LLM processing process and directly query the db to return the results based on the sql input by the user. #610

Closed hymvp closed 3 months ago

hymvp commented 3 months ago

If the user's input is directly a sql, I want to remove the llm process, what code should I modify. As shown in the figure, I want to remove the process of LLM processing sql. Is this possible? image