Azure / azure-search-vector-samples

A repository of code samples for Vector search capabilities in Azure AI Search.
https://azure.microsoft.com/products/search
MIT License
761 stars 325 forks source link

For Vectors - Cognitive Search or Cosmos DB #84

Closed amarmohax closed 1 year ago

amarmohax commented 1 year ago

Looks like vector embedding store and search is now supported in azure cosmos db for mongo.

https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/vcore/vector-search

So which one does Microsoft prefer for customers? Any idea? Seems cosmos one is in GA also.

farzad528 commented 1 year ago

Thanks for the question. Using Vector capabilities in CosmosDB vs Azure Cognitive Search depend on the task you're trying to solve.

Here are some features of both products and you can decide what may be a better fit for your use case:

amarmohax commented 1 year ago

Thanks Farzad! Any news when the vector feature in Cognitive Search will become GA? Even the semantic feature of normal search in Cognitive Search is in preview. Do you have any visibility on when these will be production ready?

farzad528 commented 1 year ago

We are committed to GA Vector Search capabilities ASAP. Semantic search will is targeted for GA near end of CY23.

amarmohax commented 1 year ago

Thanks, that's good to know. Good luck!