deepset-ai / haystack-integrations

🚀 A list of Haystack Integrations, maintained by the community or deepset.
54 stars 66 forks source link

update Cohere model to embed-multilingual-v3.0 #83

Closed annthurium closed 9 months ago

annthurium commented 9 months ago

Running this code in order to update the integration docs, I ran into this error:

DocumentStoreError: The embedding size of the query should be the same as the embedding size of the Documents. Please make sure that the query has been embedded with the same model as the Documents.

Updating the model to v3.0 fixes the error and the code runs as expected.