Closed aayush3011 closed 2 months ago
Update <CosmosDBSearchVersion>0.2.0-alpha</CosmosDBSearchVersion>
to <CosmosDBSearchVersion>0.3.0-alpha</CosmosDBSearchVersion>
in https://github.com/Azure/azure-functions-openai-extension/blob/main/src/Directory.Build.props
Also, update the https://github.com/Azure/azure-functions-openai-extension/blob/main/src/WebJobs.Extensions.OpenAI.CosmosDBSearch/CHANGELOG.md with changes introduced in this version.
You can set the release date of 0.2.0-alpha as 2024/05/06
and 0.3.0-alpha as Unreleased
Read more about Vector Search in CosmosDB Mongo vCore.
Adding HNSW vector index type support for CosmosDB Mongo vCore vector search. I have also added more properties needed for vector search in the cosmos db configs.
Updated the test cases as well.