You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Ollama depreciates /api/embedding in favor of /api/embed. Chromem calls /api/embedding and returns no output.
Fixing the url path fixes this issue.
Error processing document directory: error processing file /Users/ted/gitrepo/pregnancy/modeling/lightrag/documents/High-Risk.Pregnancy_.Age.Complications.Management.html: error inserting document: failed to extract entities: failed to process graph entity: failed to upsert entity in vector storage: couldn't create embedding of document: error response from the embedding API: 404 Not Found
Changing the rest response fixes this issue.
Error processing document directory: error processing file /Users/ted/gitrepo/pregnancy/modeling/lightrag/documents/High-Risk.Pregnancy_.Age.Complications.Management.html: error inserting document: failed to extract entities: failed to process graph entity: failed to upsert entity in vector storage: couldn't create embedding of document: no embeddings found in the response
Ollama depreciates /api/embedding in favor of /api/embed. Chromem calls /api/embedding and returns no output.
Fixing the url path fixes this issue.
Changing the rest response fixes this issue.
Related ollama/ollama#5127 philippgille/chromem-go#115