mirabdullahyaser / Retrieval-Augmented-Generation-Engine-with-LangChain-and-Streamlit

Powerful web application that combines Streamlit, LangChain, and Pinecone to simplify document analysis. Powered by OpenAI's GPT-3, RAG enables dynamic, interactive document conversations, making it ideal for efficient document retrieval and summarization.
https://retrieval-augmented-generation.streamlit.app/
99 stars 52 forks source link

An error occurred: EmbeddingFunction interface has already changed #2

Open LeoWanghh opened 9 months ago

LeoWanghh commented 9 months ago

![Uploading 49aa48f8e74e3a3f69f01dcb87c3758.png…]() How can I solve it?

mirabdullahyaser commented 7 months ago

Hello Leo, I cannot see any attached picture. Could you please share it again?

Monyer commented 6 months ago

An error occurred: Expected EmbeddingFunction.call to have the following signature: odict_keys(['self', 'input']), got odict_keys(['self', 'args', 'kwargs']) Please see https://docs.trychroma.com/embeddings for details of the EmbeddingFunction interface. Please note the recent change to the EmbeddingFunction interface: https://docs.trychroma.com/migration#migration-to-0416---november-7-2023