Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(RC2) Cosmos: strip implicit casts to allow vector search over arrays #34495

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

ajcvickers
Copy link
Member

Port of #34437

Fixes #34402

Description

Cosmos vector search was merged as an experimental feature in EF9. This PR adds support of array types in addition to ReadOnlyMemory<> types.

Customer impact

Allow customers to use vector search with array properties.

How found

Known bug on vector search implementation.

Regression

No.

Testing

Tests added and run using the preview SDK.

Risk

Low.

@ajcvickers ajcvickers requested a review from a team August 21, 2024 17:00
@ajcvickers ajcvickers changed the title Cosmos: strip implicit casts to allow vector search over arrays (RC2) Cosmos: strip implicit casts to allow vector search over arrays Aug 21, 2024
@ajcvickers
Copy link
Member Author

/cc @artl93

Fixes #34402

Co-authored-by: Arthur Vickers <ajcvickers@hotmail.com>
@ajcvickers ajcvickers merged commit 38754d8 into release/9.0 Aug 22, 2024
7 checks passed
@ajcvickers ajcvickers deleted the CheeseAndOnionCrisps branch August 22, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants