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 c20d602 commit 48b748dCopy full SHA for 48b748d
openapi.yml
@@ -2422,6 +2422,14 @@ components:
2422
type: number
2423
format: float
2424
description: Distance between the query vector and matching document's vector value
2425
+ hybrid_search_info:
2426
+ type: object
2427
+ description: Information about hybrid search scoring
2428
+ properties:
2429
+ rank_fusion_score:
2430
+ type: number
2431
+ format: float
2432
+ description: Combined score from rank fusion of text and vector search
2433
search_index:
2434
type: integer
2435
description: Returned only for union query response. Indicates the index of the query which this document matched to.
0 commit comments