Skip to content
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

Add flush API for deleting all vectors #2273

Merged
merged 45 commits into from
Mar 4, 2024

Update apis/proto/v1/payload/payload.proto

d8abd80
Select commit
Loading
Failed to load commit list.
Merged

Add flush API for deleting all vectors #2273

Update apis/proto/v1/payload/payload.proto
d8abd80
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 4, 2024 in 1s

18.72% (-0.19%) compared to e97fb0c

View this Pull Request on Codecov

18.72% (-0.19%) compared to e97fb0c

Details

Codecov Report

Attention: Patch coverage is 3.37224% with 745 lines in your changes are missing coverage. Please review.

Project coverage is 18.72%. Comparing base (e97fb0c) to head (d8abd80).
Report is 2 commits behind head on main.

Files Patch % Lines
apis/grpc/v1/payload/payload_vtproto.pb.go 0.00% 210 Missing ⚠️
pkg/agent/core/ngt/service/ngt.go 5.73% 106 Missing and 9 partials ⚠️
pkg/gateway/lb/handler/grpc/handler.go 0.00% 96 Missing ⚠️
pkg/agent/core/ngt/handler/grpc/flush.go 0.00% 57 Missing ⚠️
internal/file/file.go 0.00% 37 Missing ⚠️
apis/grpc/v1/vald/flush_vtproto.pb.go 0.00% 30 Missing ⚠️
pkg/agent/core/ngt/handler/grpc/insert.go 0.00% 22 Missing and 4 partials ⚠️
pkg/agent/core/ngt/handler/grpc/linear_search.go 0.00% 26 Missing ⚠️
pkg/agent/core/ngt/handler/grpc/remove.go 0.00% 24 Missing and 2 partials ⚠️
pkg/agent/core/ngt/handler/grpc/search.go 0.00% 26 Missing ⚠️
... and 12 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2273      +/-   ##
==========================================
- Coverage   18.91%   18.72%   -0.19%     
==========================================
  Files         555      559       +4     
  Lines       74079    74898     +819     
==========================================
+ Hits        14009    14024      +15     
- Misses      59305    60095     +790     
- Partials      765      779      +14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.