Skip to content

Commit e1afd91

Browse files
committed
Fix string type
1 parent f06bbf5 commit e1afd91

File tree

5 files changed

+8
-17
lines changed

5 files changed

+8
-17
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 4 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: 1 addition & 4 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: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/Knn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { InnerHits } from '@global/search/_types/hits'
2323
import { QueryBase, QueryContainer } from './query_dsl/abstractions'
2424

2525
/* Byte vectors can be hex-encoded strings */
26-
export type QueryVector = float[] | string[]
26+
export type QueryVector = float[] | string
2727

2828
/* KnnSearch (used in kNN search) and KnnQuery (ued in kNN queries) are close
2929
* but different enough to require different classes */

0 commit comments

Comments
 (0)