Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2422,6 +2422,14 @@ components:
type: number
format: float
description: Distance between the query vector and matching document's vector value
hybrid_search_info:
type: object
description: Information about hybrid search scoring
properties:
rank_fusion_score:
type: number
format: float
description: Combined score from rank fusion of text and vector search
search_index:
type: integer
description: Returned only for union query response. Indicates the index of the query which this document matched to.
Expand Down