feat: add HybridSearchInfo field to SearchResultHit#207
feat: add HybridSearchInfo field to SearchResultHit#207hungcs wants to merge 2 commits intotypesense:masterfrom
Conversation
Add a new HybridSearchInfo field to the SearchResultHit struct to support hybrid search metadata. This field includes rank_fusion_score for combined scoring from keyword and vector search results.
|
Hi @hungcs, updates must be made to the API spec in this repository. |
|
thanks @haydenhoang, sorry for the delay - pr here: typesense/typesense-api-spec#95 |
|
@haydenhoang i ran |
|
@hungcs that's completely normal as long as the tests pass. We actually run the command every now and then to keep the types updated. If the tests fail, it might be an indication that there is a breaking change in the api. Let me know if that happens. |
|
@jasonbosco this PR looks good. Could you approve the workflow and merge it if the tests pass? |
Add a new HybridSearchInfo field to the SearchResultHit struct to support hybrid search metadata. This field includes rank_fusion_score for combined scoring from keyword and vector search results.