-
Notifications
You must be signed in to change notification settings - Fork 30
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
Sweep: Utility Function for Vector Similarity Search (β Sandbox Passed) #19
Conversation
Rollback Files For Sweep
This is an automated message generated by Sweep AI. |
Hi there! π Thanks for opening a PR. π To get the most out of Senior Dev, please sign up in our Web App, connect your GitHub account, and add/join your organization devansh-shah-11. After that, you will receive code reviews beginning on your next opened PR. π |
Codecov ReportAttention: Patch coverage is
β Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #19 +/- ##
==========================================
- Coverage 89.64% 86.98% -2.66%
==========================================
Files 6 6
Lines 280 292 +12
==========================================
+ Hits 251 254 +3
- Misses 29 38 +9 β View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
PR Feedback (click)
Description
This pull request adds a utility function for vector similarity search in the API/database.py file and a new route for face recognition in the API/route.py file. It also includes necessary documentation for the new functionality.
Summary
find_similar_vectors
in the API/database.py file to find the top n most similar vectors in the database to a given embedding./recognise_face
for face recognition.Fixes #18.
π Latest improvements to Sweep:
π‘ To get Sweep to edit this pull request, you can: