vanna-ai / vanna

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.

Home Page:https://vanna.ai/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error caused when using llama:70b (currently solved by modifying the vanna/ollama/ollama.py file, we hope to fix this problem in subsequent versions)

Mioooooo opened this issue · comments

commented

image

In line 27, if my model is llama:70b, it will be modified to llama:70b:latest

commented

Currently I modified the code to [in -> not in] and it ran successfully

Thanks @Mioooooo — would you like to submit a PR?

@Mioooooo did v0.5.3 address this issue for you?

commented

@Mioooooo did v0.5.3 address this issue for you?

Yes, I saw and updated the latest version. This problem has been successfully solved. Thank you.

Thanks for confirming!