vanna icon indicating copy to clipboard operation
vanna copied to clipboard

Error in add_question_sql in Qdrant

Open zainhoda opened this issue 9 months ago • 0 comments

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)

zainhoda avatar Apr 26 '24 18:04 zainhoda