-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow specifying cache dir for fastembed #360
Conversation
✅ Deploy Preview for poetic-froyo-8baba7 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The |
07e7f86
to
a69d32e
Compare
Sure @NirantK ! I have missed that information 🙈 Should be fixed now |
Hi @KaQuMiQ Now your PR won't pass CI Tests which checks whether async client is up-to-date can be found here https://github.com/qdrant/qdrant-client/blob/master/tests/async-client-consistency-check.sh Tell me if you want to do it on your own or if you want us to finish it Thank you! |
Add fastembed cache dir argument when configuring model
a69d32e
to
9ec99dc
Compare
Sure, should be fixed now @joein |
Seems ok The only thing that I might want to update is type hint |
We've put off this one for unknown reasons 🙈 Sorry for this, but thank you for your efforts! Closing this now in favour of #416 |
This commit adds ability to specify cache dir for fastembed when setting up the client embedding model. This allows managing models data locally and ensure proper/altered paths on docker when needed.
All Submissions:
dev
branch. Did you create your branch fromdev
?New Feature Submissions:
pre-commit
withpip3 install pre-commit
and set up hooks withpre-commit install
?