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
Getting error when using chromadb==0.5.0 with Python.
AttributeError: module 'chromadb.utils.embedding_functions' has no attribute 'OllamaEmbeddingFunction'
Code below:
from chromadb.utils import embedding_functions
ef = embedding_functions.OllamaEmbeddingFunction(
url="xxxx",
model_name="nomic-embed-text",
)
Versions
Chromav0.5.0, Python 3.11.5
Relevant log output
AttributeError: module 'chromadb.utils.embedding_functions' has no attribute 'OllamaEmbeddingFunction'
The text was updated successfully, but these errors were encountered:
What happened?
Getting error when using chromadb==0.5.0 with Python.
AttributeError: module 'chromadb.utils.embedding_functions' has no attribute 'OllamaEmbeddingFunction'
Code below:
from chromadb.utils import embedding_functions
ef = embedding_functions.OllamaEmbeddingFunction(
url="xxxx",
model_name="nomic-embed-text",
)
Versions
Chromav0.5.0, Python 3.11.5
Relevant log output
The text was updated successfully, but these errors were encountered: