Replies: 1 comment
-
It appears One solution is to make a new |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use instructor embedding in the from_documents function. I do this as follows
ef = embedding_functions.InstructorEmbeddingFunction()
db = Chroma.from_documents(docs, persist_directory="db", embedding = ef)
I get the error message 'InstructorEmbeddingFunction' object has no attribute 'embed_documents'.
Thanks for all helpful answers in advance!
Beta Was this translation helpful? Give feedback.
All reactions