Skip to content

Trying to create chroma embedding from langchain to later use it with googlepalm, my code is: vectorstore = Chroma.from_texts(to_vectorize, embedding=embeddings, metadatas=few_shots ), few_shots is a list of strings. My error is: ValueError: Expected EmbeddingFunction.__call__ to have the following signature: odict_keys(['self', 'input']), got odict_keys(['self', 'args', 'kwargs']). Frankly speaking i am new to LLM and I didn't understand what's happening with migration e.t.c. I would highly appreciate your help. #24041

Closed Unanswered
sultanbeishenkulov asked this question in Q&A
Discussion options

You must be logged in to vote

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant