main.go.txt
chromem-go's NewEmbeddingFuncOllama uses Ollama's deprecated /api/embeddings endpoint (now superseded by /api/embed). The error received is a 404 Not Found.
The issue can be worked around by switching to NewEmbeddingFuncOpenAICompat with Ollama's OpenAI-compatible API at /v1/embeddings resolved the 404 error.