Open dev3py opened 1 week ago
I have the exact issue, it doesn't mater if I use docker or install all manually.
is your FAISS dimension compatible with nomic embed text embedding dimension?
same issue for me
Status: 500 Error: documentStoreServices.insertIntoVectorStore - Error: documentStoreServices._insertIntoVectorStoreWorkerThread - TypeError: fetch failed
@shighcloud-ea @HenryHengZJ @AlamokCR @dev3py I found the solution and its worked
In the Ollama node configuration, use http://host.docker.internal:11434
instead of http://localhost:11434
.
Since Ollama is installed on the host machine and not within Docker, Docker containers cannot connect to the host’s services via localhost
. By using host.docker.internal
, you enable Docker to communicate with services on the host.
Describe the bug While upserting a new Document Store getting a 500 error
To Reproduce Steps to reproduce the behavior:
Expected behavior The success upsert message is expected, but the 500 error is coming Status: 500 Error: documentStoreServices.insertIntoVectorStore - Error: documentStoreServices._insertIntoVectorStoreWorkerThread - TypeError: fetch failed
Screenshots
Flow If applicable, add exported flow in order to help replicating the problem.
Setup