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
First of all, thank you for sharing all this on YouTube.
I ran the script rag.py exactly the way you did and I am getting the following issue, could you please run your script back and see if it breaks as well?
Hi,
First of all, thank you for sharing all this on YouTube.
I ran the script rag.py exactly the way you did and I am getting the following issue, could you please run your script back and see if it breaks as well?
ValueError: 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
The text was updated successfully, but these errors were encountered: