Azure / azure-cosmos-dotnet-v3

.NET SDK for Azure Cosmos DB for the core SQL API
MIT License
723 stars 477 forks source link

Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose correct default distance function #4538

Closed neildsh closed 2 weeks ago

neildsh commented 2 weeks ago

Description

This change plumbs the vector embedding policy to the service interop so that the query plan is generated with the correct default distance function when non is specified in the query by the user

Type of change