Skip to content
Merged
Changes from all commits
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
7 changes: 7 additions & 0 deletions specification/_types/mapping/DenseVectorProperty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ export class DenseVectorIndexOptions {
* 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.
*/
rescore_vector?: DenseVectorIndexOptionsRescoreVector
/**
* `true` if vector rescoring should be done on-disk
*
* Only applicable to `bbq_hnsw`
* @server_default false
*/
on_disk_rescore?: boolean
}

export enum DenseVectorIndexOptionsType {
Expand Down
Loading