Failed to create SentenceTransformer embedding function with model 'all-MiniLM-L6-v2' #6968
Replies: 2 comments
-
|
1- Do you have sentencetrasnformers installed? model = SentenceTransformer('all-MiniLM-L6-v2') embedding_function = (embedding_functions.SentenceTransformerEmbeddingFunction(model_name="paraphrase-multilingual-mpnet-base-v2"))Using a specific Sentence Transformer modelmemory = ChromaDBVectorMemory( |
Beta Was this translation helpful? Give feedback.
-
|
Hi, @junmiron
In fact, after some time, I found a way to bypass this error. Simply deleting the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to create a RAG with memory, but I seem to have encountered an unclear issue.
Log output is:
Beta Was this translation helpful? Give feedback.
All reactions