vanna-ai / vanna

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

Error in add_question_sql in Qdrant #389

Closed zainhoda closed 2 months ago

zainhoda commented 3 months ago

https://github.com/vanna-ai/vanna/blob/f2cec1fd9270a8bf96e31e9218137e918c44723c/src/vanna/qdrant/qdrant.py#L82

This line should be:

question_answer = "Question: {0}\n\nSQL: {1}".format(question, sql)