You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the current code of hybrid query and add explain and rrf details in HybridQueryContext object.
Currently, we have used explicit explain param at multiple places in the code. We need to wrap it under the hybrid query context so that all hybrid query related objects can be transported under the same context and we can avoid feature specific checks.
The text was updated successfully, but these errors were encountered:
Refactor the current code of hybrid query and add explain and rrf details in HybridQueryContext object.
Currently, we have used explicit explain param at multiple places in the code. We need to wrap it under the hybrid query context so that all hybrid query related objects can be transported under the same context and we can avoid feature specific checks.
The text was updated successfully, but these errors were encountered: