Azure / azure-functions-openai-extension

An extension that adds support for Azure OpenAI/ OpenAI bindings in Azure Functions for LLM (GPT-3.5-Turbo, GPT-4, etc)
MIT License
80 stars 29 forks source link

CosmosDB Mongo vCore - Adding HNSW vector index support #109

Closed aayush3011 closed 2 months ago

aayush3011 commented 2 months ago

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.

manvkaur commented 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