-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.Net: Removed Obsolete VolatileVectorStore and references. (#10494)
### Motivation and Context Removed Obsolete VolatileVectorStore and references for clean code. Fixes #10472 --------- Co-authored-by: Adit Sheth <[email protected]> Co-authored-by: westey <[email protected]>
- Loading branch information
1 parent
a03c5d6
commit 1e08663
Showing
14 changed files
with
116 additions
and
1,830 deletions.
There are no files selected for viewing
116 changes: 116 additions & 0 deletions
116
dotnet/src/SemanticKernel.Core/CompatibilitySuppressions.xml
This file contains 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,116 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids --> | ||
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStore</Target> | ||
<Left>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStoreExtensions</Target> | ||
<Left>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStoreKeyResolver`2</Target> | ||
<Left>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2</Target> | ||
<Left>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollectionOptions`2</Target> | ||
<Left>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStoreVectorResolver`1</Target> | ||
<Left>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.KernelBuilderExtensions</Target> | ||
<Left>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.ServiceCollectionExtensions</Target> | ||
<Left>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/net8.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStore</Target> | ||
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStoreExtensions</Target> | ||
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStoreKeyResolver`2</Target> | ||
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollection`2</Target> | ||
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStoreRecordCollectionOptions`2</Target> | ||
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.Data.VolatileVectorStoreVectorResolver`1</Target> | ||
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.KernelBuilderExtensions</Target> | ||
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
<Suppression> | ||
<DiagnosticId>CP0001</DiagnosticId> | ||
<Target>T:Microsoft.SemanticKernel.ServiceCollectionExtensions</Target> | ||
<Left>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Left> | ||
<Right>lib/netstandard2.0/Microsoft.SemanticKernel.Core.dll</Right> | ||
<IsBaselineSuppression>true</IsBaselineSuppression> | ||
</Suppression> | ||
</Suppressions> |
79 changes: 0 additions & 79 deletions
79
dotnet/src/SemanticKernel.Core/Data/KernelBuilderExtensions.cs
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
dotnet/src/SemanticKernel.Core/Data/ServiceCollectionExtensions.cs
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
dotnet/src/SemanticKernel.Core/Data/VolatileVectorStore.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.