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
732 stars 309 forks source link

Need package version to use in .NET #35

Open saisescapades opened 1 year ago

saisescapades commented 1 year ago

I am a .NET guy and wanted to know the Azure.Search.Documents package version to install. 11.5.0-beta.2 package doesn't seem to have the classes/objects required for the vector implementation. My company is currently weighing various vector database options, so I'm eager to rapidly prototype a solution using Azure's Cognitive Search vector persistence feature. Can you provide me with the appropriate version of the Azure.Search.Documents package, or suggest any other potential solutions?

joelhulen commented 1 year ago

@saisescapades, I've successfully implemented the vector search capabilities from a .NET app. I'm using the 11.5.0-alpha.20230522.2 version of the Microsoft.Search.Documents package.

joelhulen commented 1 year ago

By the way, to access that alpha package version, make sure you have added the following NuGet package source URL: https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json