Skip to content

Commit

Permalink
Cleanup index operation (#518)
Browse files Browse the repository at this point in the history
* cleanup index

* renaming

* renaming

* Update protocol-definitions/VectorCollection.yaml

Co-authored-by: Krzysztof Jamróz <79092062+k-jamroz@users.noreply.github.com>

---------

Co-authored-by: Krzysztof Jamróz <79092062+k-jamroz@users.noreply.github.com>
  • Loading branch information
shultseva and k-jamroz committed May 23, 2024
1 parent c698b81 commit 0a56846
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions protocol-definitions/VectorCollection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,27 @@ methods:
doc: |
Zero or more VectorSearchResult values.
- id: 9
name: optimize
since: 2.8
doc: |
Optimize index.
request:
retryable: true
partitionIdentifier: none
params:
- name: name
type: String
nullable: false
since: 2.8
doc: |
Name of the Vector Collection.
- name: indexName
type: String
nullable: true
since: 2.8
doc: |
Name of the Index to optimize.
A null value triggers the optimization of the only index within the collection.
response: {}

0 comments on commit 0a56846

Please sign in to comment.