Vector DB dims must match the embedder. If users set a different embedder for ollama provider, right now embedding_dims is hardcoded to 768, which is default for nomic-embed-text.
We should query the embedding model embedding size and appropriately configure that.
This issue was introduced as part of this PR
Vector DB dims must match the embedder. If users set a different embedder for ollama provider, right now embedding_dims is hardcoded to 768, which is default for nomic-embed-text.
We should query the embedding model embedding size and appropriately configure that.
This issue was introduced as part of this PR