-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
.Net: Add integration tests for no-vector models and fix bugs #11383
.Net: Add integration tests for no-vector models and fix bugs #11383
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, see some comments on file organization etc. Great to see the test coverage increasing!
dotnet/src/Connectors/Connectors.Memory.Postgres/PostgresVectorStoreRecordPropertyMapping.cs
Outdated
Show resolved
Hide resolved
...et/src/VectorDataIntegrationTests/VectorDataIntegrationTests/Support/NoVectorModelFixture.cs
Outdated
Show resolved
Hide resolved
dotnet/src/VectorDataIntegrationTests/VectorDataIntegrationTests/Models/NoVectorModel.cs
Outdated
Show resolved
Hide resolved
dotnet/src/VectorDataIntegrationTests/VectorDataIntegrationTests/Models/NoVectorModel.cs
Outdated
Show resolved
Hide resolved
...et/src/VectorDataIntegrationTests/VectorDataIntegrationTests/Support/NoVectorModelFixture.cs
Outdated
Show resolved
Hide resolved
...aIntegrationTests/CosmosMongoDBIntegrationTests/Support/CosmosMongoDBNoVectorModelFixture.cs
Outdated
Show resolved
Hide resolved
…ord based on PR comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM! See one question below (no need to change necessarily)
...c/VectorDataIntegrationTests/CosmosMongoDBIntegrationTests/Support/CosmosMongoDBTestStore.cs
Show resolved
Hide resolved
b19fe4c
into
microsoft:feature-vector-data-preb2
Motivation and Context
Some databases support crud operations without a vector.
#11274
Description
Add integration tests for no-vector models and fix bugs
Contribution Checklist