Skip to content

Commit d46aecb

Browse files
authored
Add on_disk_rescore to bbq_disk (#5449)
1 parent c3b0692 commit d46aecb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

specification/_types/mapping/DenseVectorProperty.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@ export class DenseVectorIndexOptions {
163163
* The rescore vector options. This is only applicable to `bbq_disk`, `bbq_hnsw`, `int4_hnsw`, `int8_hnsw`, `bbq_flat`, `int4_flat`, and `int8_flat` index types.
164164
*/
165165
rescore_vector?: DenseVectorIndexOptionsRescoreVector
166+
/**
167+
* `true` if vector rescoring should be done on-disk
168+
*
169+
* Only applicable to `bbq_hnsw`
170+
* @server_default false
171+
*/
172+
on_disk_rescore?: boolean
166173
}
167174

168175
export enum DenseVectorIndexOptionsType {

0 commit comments

Comments
 (0)