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
Currently, qdrant-client uses fastembed version 0.1.1 however there is a latest version of fastembed 0.2.1 available out there.
Why should it be upgraded?
version 0.1.1 is outdated for qdrant as the latest version 0.2.1 has brough many changes in structure of code and efficiency
There have been following changes by going from 0.1.1 to 0.2.1 in fastembed
use "with" to open JSON files
HuggingFace download support for FlagEmbedding
chore: patch for new Xenova Jina source
feat: Support xenova/multilingual-e5-large, xenova/paraphrase-multilingual-mpnet-base-v2
@joein , I was trying to solve this issue from fastembed qdrant/fastembed#95.
Should I wait for fastembed to be upgraded to latest version, or work on currently support version (0.1.1)?
Currently, qdrant-client uses fastembed version
0.1.1
however there is a latest version of fastembed0.2.1
available out there.Why should it be upgraded?
version
0.1.1
is outdated for qdrant as the latest version0.2.1
has brough many changes in structure of code and efficiencyThere have been following changes by going from
0.1.1
to0.2.1
in fastembedHow to change
This can be changed easily by replacing the previous version
0.1.1
With the latest version
0.2.1
Test Cases
I have run test cases on qdrant with fastembed of both versions to see if any piece of code is affected
Failing Test: tests/test_fast_embed.py
Next Step
If this issue sounds valid, I'll be happy to investigate the failing test case and upgrade to the latest version
The text was updated successfully, but these errors were encountered: