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
Looking at the new azure.ai.search module I see that you cannot define azure queries from the queries module (like with elastic search).
So I guess it performs full-text search by default.
Looking at the azure search docs it can support multipe query types (like vector and hybrid search)
@giannik neither vector or hybrid searches were implemented. I am working on consuming this module using ChatGPT. If I run into a need to implement this function I will add what is needed. If you need this function and willing to contribute, please do as this would be helpful to add for someone.
Looking at the new azure.ai.search module I see that you cannot define azure queries from the queries module (like with elastic search).
So I guess it performs full-text search by default.
Looking at the azure search docs it can support multipe query types (like vector and hybrid search)
https://learn.microsoft.com/en-us/azure/search/search-query-overview
I guess this could be implemented as a separate feature ?
@MikeAlhayek
The text was updated successfully, but these errors were encountered: