Skip to content

Commit b0889ca

Browse files
committed
Update options
1 parent 0a885d9 commit b0889ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/_types/mapping/DenseVectorProperty.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ export class DenseVectorIndexOptions {
172172
* `true` if vector rescoring should be done on-disk
173173
*
174174
* Only applicable to `bbq_disk`, `bbq_hnsw`, `int4_hnsw`, `int8_hnsw`
175-
* @availability stack since=9.3.0 stability=preview
175+
* @server_default false
176+
* @availability stack since=9.3.0 stability=experimental
176177
*/
177178
on_disk_rescore?: boolean
178179
}

0 commit comments

Comments
 (0)