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

Cleanup index operation #518

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions protocol-definitions/VectorCollection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,26 @@ methods:
doc: |
Zero or more VectorSearchResult values.

- id: 9
name: cleanup
k-jamroz marked this conversation as resolved.
Show resolved Hide resolved
since: 2.8
doc: |
Cleanup index.
request:
retryable: true
partitionIdentifier: none
params:
- name: name
type: String
nullable: false
since: 2.8
doc: |
Name of the Vector Collection.
- name: index
k-jamroz marked this conversation as resolved.
Show resolved Hide resolved
type: String
nullable: true
since: 2.8
doc: |
Name of the Index to cleanup.
response: {}