This configuration is throwing this error INFO Embedder not provided, using OpenAIEmbedder as default.
The model default is running and even using OllamaEmbedder() it still throw error
vector_db = ChromaDb(
collection="pdf_docs",
embedder=OllamaEmbedder(id="granite3.1-moe", host="http://localhost:11434"),
persistent_client=True,
path="tmp/chroma_pdfreaderagent",
What can be done to not receive error and get the Ollama embedding working?