The chat endpoint searches for matching documents if recall is set to True. Previously it was doing a hybrid search, but that was changed in #818. Now we need to add the option for the user to choose the type of search that would be done in the chat endpoint.
🎤 Why is this feature needed ?
No response
✌️ How do you aim to achieve this?
No response
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
🔖 Feature description
The
chat
endpoint searches for matching documents ifrecall
is set toTrue
. Previously it was doing ahybrid
search, but that was changed in #818. Now we need to add the option for the user to choose the type of search that would be done in thechat
endpoint.🎤 Why is this feature needed ?
No response
✌️ How do you aim to achieve this?
No response
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
None