Skip to content

Commit 48b748d

Browse files
authored
add hybrid search result to openapi spec (#95)
1 parent c20d602 commit 48b748d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

openapi.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,6 +2422,14 @@ components:
24222422
type: number
24232423
format: float
24242424
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
24252433
search_index:
24262434
type: integer
24272435
description: Returned only for union query response. Indicates the index of the query which this document matched to.

0 commit comments

Comments
 (0)