-
Notifications
You must be signed in to change notification settings - Fork 4k
.Net: [MEVD] Added GetService and Metadata for vector store abstractions #11055
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
dmytrostruk
merged 25 commits into
microsoft:feature-vector-data-preb2
from
dmytrostruk:vector-data-metadata
Apr 7, 2025
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
762adb7
Added metadata and GetService for IVectorStore
dmytrostruk a718acd
Added metadata and GetService for IVectorStoreRecordCollection
dmytrostruk b5bc68c
Small updates in tests
dmytrostruk c35ac3e
Updated baseline version
dmytrostruk 5844a65
Small updates
dmytrostruk 211f149
Merge branch 'main' into vector-data-metadata
dmytrostruk cdbeeb5
Updated suppression files
dmytrostruk dc1cba2
Fixed Azure AI Search unit tests
dmytrostruk f79ee7b
Fixed unit tests for Sqlite
dmytrostruk 648278f
Fixed more unit tests
dmytrostruk f631bb2
Merge branch 'main' into vector-data-metadata
dmytrostruk 2cade4f
Fixed SQL Server tests
dmytrostruk 5ab0890
Merge branch 'main' into vector-data-metadata
dmytrostruk dd20b69
Addressed PR feedback
dmytrostruk 8791b69
Merge branch 'vector-data-metadata' of https://github.com/dmytrostruk…
dmytrostruk 42bad91
Merge branch 'feature-vector-data-preb2' into vector-data-metadata
dmytrostruk 8ea1c84
More updates after merge
dmytrostruk df076b1
Small fix
dmytrostruk fd907a4
Removed some of the metadata classes
dmytrostruk 75cffa1
Merge branch 'feature-vector-data-preb2' into vector-data-metadata
dmytrostruk fb715b0
Merge branch 'feature-vector-data-preb2' into vector-data-metadata
dmytrostruk 8c761d0
Merge branch 'feature-vector-data-preb2' into vector-data-metadata
dmytrostruk cdb336f
Addressed PR feedback
dmytrostruk 2692768
Removed obsolete flag
dmytrostruk 3dceb88
Small fix
dmytrostruk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...et/src/Connectors/Connectors.Memory.AzureCosmosDBMongoDB/AzureCosmosDBMongoDBConstants.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Copyright (c) Microsoft. All rights reserved. | ||
|
||
namespace Microsoft.SemanticKernel.Connectors.AzureCosmosDBMongoDB; | ||
|
||
internal static class AzureCosmosDBMongoDBConstants | ||
{ | ||
public const string VectorStoreSystemName = "azure.cosmosdbmongodb"; | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.