-
Notifications
You must be signed in to change notification settings - Fork 564
Add: USearch vector search engine #399
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
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: VoVoR The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @VoVoR! It looks like this is your first PR to zilliztech/GPTCache 🎉 |
@VoVoR great!!! please sign your commit, like: |
And please keep a commit in the commit. When you fix something wrong, please use |
Signed-off-by: VoVoR <[email protected]>
Done |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## dev #399 +/- ##
==========================================
- Coverage 94.29% 94.26% -0.03%
==========================================
Files 83 84 +1
Lines 2820 2858 +38
==========================================
+ Hits 2659 2694 +35
- Misses 161 164 +3
|
* Add: USearch vector search engine Signed-off-by: VoVoR <[email protected]> Co-authored-by: SimFG <[email protected]> Co-authored-by: SimFG <[email protected]>
* Add: USearch vector search engine Signed-off-by: VoVoR <[email protected]> Co-authored-by: SimFG <[email protected]> Co-authored-by: SimFG <[email protected]>
* Add: USearch vector search engine Signed-off-by: VoVoR <[email protected]> Co-authored-by: SimFG <[email protected]> Co-authored-by: SimFG <[email protected]>
USearch is the vector search engine by Unum.cloud!
@ashvardanian has recently added UForm, and we will add UStore soon to complete our vector database integration.