vanna-ai / vanna

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

Is it possible to add memory context? #437

Open njalan opened 1 month ago

njalan commented 1 month ago

For example I have one question: what is the growth rate for sales compared to last year? It can be split three questions I asked

  1. What is the sales of this year on this month
  2. What is the sales of last year on this month
  3. Calculations growth rate for sales compared to last year based on the last two questions?