Every time I try to make a query, whether it’s through the chat or by uploading a file, I get the following error:
(ERROR) Unexpected error Extra Data: Line 1 Column 5 (char 4)
hi @Jordan_Ayuzo_Pacheco !!
Welcome to our community!
How are you running Verba?
And can you make sure ollama is running properly?
I was able to run it with ollama:
this is my .env:
OLLAMA_URL=http://localhost:11434
OLLAMA_MODEL=llama3
OLLAMA_EMBED_MODEL=mxbai-embed-large
Hello,
My setup is similar to the one shown.
I have downloaded: llama3
and mxbai-embed-large
.
I have run llama3 with ollama run llama3
and it worked.
To run verba, I do the following:
this is my .env
configuration:
OLLAMA_URL=http://localhost:11434/
OLLAMA_MODEL=llama3
OLLAMA_EMBED_MODEL=mxbai-embed-large
I run: verba start
Then I try to add documents and the following happens:
Thank you for your help.
One thing that could be happening is the ollama taking too long to generate an answer or vectors.
Can you use it after a restart?
So it work for a bit then stops due the disconnection or it never connects?