We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf8704 commit e9f6865Copy full SHA for e9f6865
src/types/types.ts
@@ -196,10 +196,10 @@ export type SearchResponse<
196
> = {
197
hits: Hits<T>
198
processingTimeMs: number
199
- facetDistribution?: FacetDistribution
200
query: string
+ facetDistribution?: FacetDistribution
201
facetStats?: FacetStats
202
- vector: number[]
+ vector?: number[]
203
} & (undefined extends S
204
? Partial<FinitePagination & InfinitePagination>
205
: true extends IsFinitePagination<NonNullable<S>>
0 commit comments