OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.21k stars 2.34k forks source link

azure.ai.search query types and search #14980

Open giannik opened 5 months ago

giannik commented 5 months ago

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

hishamco commented 5 months ago

@MikeAlhayek it's in your plate :)

MikeAlhayek commented 5 months ago

@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.