Skip to content

Commit 8c4ce0b

Browse files
committed
iter
1 parent baa7172 commit 8c4ce0b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/mapping/DenseVectorProperty.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ export class DenseVectorIndexOptions {
144144
/**
145145
* The number of candidates to track while assembling the list of nearest neighbors for each new node.
146146
*
147-
* Only applicable to `hnsw`, `int8_hnsw`, and `int4_hnsw` index types.
147+
* Only applicable to `hnsw`, `int8_hnsw`, `bbq_hnsw`, and `int4_hnsw` index types.
148148
* @server_default 100
149149
*/
150150
ef_construction?: integer
151151
/**
152152
* The number of neighbors each node will be connected to in the HNSW graph.
153153
*
154-
* Only applicable to `hnsw`, `int8_hnsw`, and `int4_hnsw` index types.
154+
* Only applicable to `hnsw`, `int8_hnsw`, `bbq_hnsw`, and `int4_hnsw` index types.
155155
* @server_default 16
156156
*/
157157
m?: integer

0 commit comments

Comments
 (0)