azure-search-vector-samples icon indicating copy to clipboard operation
azure-search-vector-samples copied to clipboard

Need package version to use in .NET

Open saisescapades opened this issue 2 years ago • 2 comments

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?

saisescapades avatar Jun 05 '23 19:06 saisescapades

@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 avatar Jun 05 '23 19:06 joelhulen

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

joelhulen avatar Jun 05 '23 21:06 joelhulen