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
Right now you have to specify whether you use hybrid, vector or keyword search in the answer_evals and rag method. If unspecified it defaults to hybrid_search.
I think this approach could lead to people accidentally mismatching their search methods, for example if they forget to specify it in answer_evals, but do in the rag method.
I think we should either force the user to always specify the search method, or have them set the default search method in the RagLiteConfig.
The text was updated successfully, but these errors were encountered:
Right now you have to specify whether you use hybrid, vector or keyword search in the answer_evals and rag method. If unspecified it defaults to hybrid_search.
I think this approach could lead to people accidentally mismatching their search methods, for example if they forget to specify it in answer_evals, but do in the rag method.
I think we should either force the user to always specify the search method, or have them set the default search method in the RagLiteConfig.
The text was updated successfully, but these errors were encountered: