Skip to content

.Net: Shorten VectorStoreRecordDefinition option name #12085

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

Merged

Conversation

roji
Copy link
Member

@roji roji commented May 15, 2025

And introduce VectorStoreCollectionOptions

And introduce VecroeStoreCollectionOptions
@roji roji requested a review from a team as a code owner May 15, 2025 11:29
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel memory labels May 15, 2025
@github-actions github-actions bot changed the title Shorten VectorStoreRecordDefinition option name .Net: Shorten VectorStoreRecordDefinition option name May 15, 2025
Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you @roji !


namespace Microsoft.Extensions.VectorData;

/// <summary>Abstract base class for options passed to a collection..</summary>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
/// <summary>Abstract base class for options passed to a collection..</summary>
/// <summary>Abstract base class for options passed to a collection.</summary>

…o CollectionOptions

# Conflicts:
#	dotnet/src/Connectors/Connectors.Memory.CosmosMongoDB/CosmosMongoCollectionOptions.cs
#	dotnet/src/Connectors/Connectors.Memory.CosmosNoSql/CosmosNoSqlCollectionOptions.cs
#	dotnet/src/Connectors/Connectors.Memory.MongoDB/MongoCollectionOptions.cs
@adamsitnik
Copy link
Member

I am merging on red as the 8.0 CI leg complains about a file that was modified and then reverted, which means it's some flakiness.

@adamsitnik adamsitnik merged commit da66c42 into microsoft:feature-vector-data-preb3 May 15, 2025
9 of 11 checks passed
@roji roji deleted the CollectionOptions branch May 15, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel memory .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants