The best enterprise AI Search solution
Use Cases and Deployment Scope
Azure AI Search is heavily being used by our file management system to search and retrieve items based on search token provided. The Azure AI Search is very versatile in working with multiple sources of data and ability to integrate with Chat Bot is very handy. The implementation is very easy and seamless.
Pros
- The Azure AI Search has all state-of-the-art LLM models ready to use for our enterprise grade apps.
- Azure AI Search seamlessly integrates with our Azure infrastructure and provide most advance security for our sensitive data.
- It's hybrid search ability makes it much faster than the conventional search algorithm which would require us to index the database.
Cons
- Azure AI Search formerly known as Cognitive search has very limited development SKU model for getting started which makes it costly while just getting started.
- We had an issue with limited file size capped at 16Mb, which turned into a system wide limitation for our product since many of our blobs exceeded the 16Mb mark.
- For larger systems the REST rate limits for the query API can become a headache if you don't plan for possible influx of peak requests.
Likelihood to Recommend
It's very useful when used with large file systems, once the models index the files good enough, the suggestions are very impressive and produce grounded answers. Since it can natively work with blob storage the requirement for pre-processing the data is eliminated i.e. the data can be searched in its raw form, this makes Azure AI Search a very powerful tool when used with Azure Stack.