Getting "Error: Embedding API Error: 404 Not Found" on ollama localhost #3874
Unanswered
TrustWarden
asked this question in
Q&A
Replies: 1 comment
-
1. Install the Embedding Modelollama pull mxbai-embed-large2. Update .env File# Set these explicitly
USE_OLLAMA_EMBEDDING=TRUE
OLLAMA_EMBEDDING_MODEL=mxbai-embed-large
OLLAMA_API_ENDPOINT=http://localhost:11434
OLLAMA_MODEL=llama3.2:3b3. Verify Setup# Check models are installed
ollama list
# Should show both:
# - llama3.2:3b
# - mxbai-embed-large4. Restart ElizaOSpnpm run dev |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use
pnpm run devon version v0.25.9 and got this error "Error: Embedding API Error: 404 Not Found".I installed llama3.2:3b in ollama on WSLand set .env like this:
Even change the
USE_OLLAMA_EMBEDDINGto true andOLLAMA_EMBEDDING_MODELto "mxbai-embed-large" but still got the same error.Beta Was this translation helpful? Give feedback.
All reactions