diff --git a/.editorconfig b/.editorconfig index 0ed28bd6d..ff33caab6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -642,12 +642,17 @@ csharp_style_expression_bodied_local_functions = false:silent [**/*.{FunctionalTests,TestApplication,UnitTests}/**.cs] dotnet_diagnostic.CA1303.severity = none # Passing literal strings as values dotnet_diagnostic.CA2007.severity = none # no need of ConfigureAwait(false) in tests +dotnet_diagnostic.CS1591.severity = none # Missing XML comment for publicly visible type or member dotnet_diagnostic.IDE0005.severity = none # No need for documentation +dotnet_diagnostic.IDE1006.severity = none # No need for Async suffix on test names resharper_inconsistent_naming_highlighting = none [examples/**.cs] dotnet_diagnostic.CA1303.severity = none # Passing literal strings as values dotnet_diagnostic.CA2007.severity = none # no need of ConfigureAwait(false) in examples +dotnet_diagnostic.CS1591.severity = none # Missing XML comment for publicly visible type or member +dotnet_diagnostic.IDE0005.severity = none # No need for documentation +dotnet_diagnostic.IDE1006.severity = none # No need for Async suffix on test names dotnet_diagnostic.SKEXP0003.severity = none dotnet_diagnostic.SKEXP0011.severity = none dotnet_diagnostic.SKEXP0052.severity = none diff --git a/Directory.Build.props b/Directory.Build.props index 3172647d3..3b43d7ebf 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,23 +1,12 @@ - - true - true - AllEnabledByDefault - latest - true 12 enable disable LatestMajor - - - disable - - true full @@ -28,7 +17,7 @@ - $([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)')))) + $([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)'))))/ @@ -37,4 +26,105 @@ <_Parameter1>false + + + + + + + + true + true + All + latest + + true + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + false + false + + + + + 0.51.0 + + + false + + + Library + Microsoft + Microsoft + Kernel Memory + Memory Service and Plugin to index and query any data using LLM and natural language, tracking sources and showing citations. + Memory, RAG, Plugin, Semantic Memory, Episodic Memory, Declarative Memory, Copilot, AI, Kernel Memory, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + + + MIT + © Microsoft Corporation. All rights reserved. + https://github.com/microsoft/kernel-memory + https://github.com/microsoft/kernel-memory + true + + + icon.png + icon.png + + + README.md + + + true + snupkg + + + true + + true + + + + + + + + + + + \ No newline at end of file diff --git a/Directory.Packages.props b/Directory.Packages.props index 18d630813..fc6097e42 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,6 +5,7 @@ + @@ -19,6 +20,7 @@ + @@ -29,6 +31,8 @@ + + diff --git a/KernelMemory.sln b/KernelMemory.sln index ccb93ddf1..d85436604 100644 --- a/KernelMemory.sln +++ b/KernelMemory.sln @@ -35,7 +35,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7BA7F1B2-1 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{0A43C65C-6007-4BB4-B3FE-8D439FC91841}" ProjectSection(SolutionItems) = preProject - examples\Directory.Build.props = examples\Directory.Build.props examples\README.md = examples\README.md EndProjectSection EndProject @@ -261,13 +260,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TikToken", "extensions\TikT EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TikToken.UnitTests", "extensions\TikToken\TikToken.UnitTests\TikToken.UnitTests.csproj", "{8ADA17CD-B779-4817-B10A-E9D7B019088D}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dotnet", "dotnet", "{2165A553-E07E-4FF7-90DA-3F3643EA690D}" - ProjectSection(SolutionItems) = preProject - infra\dotnet\code-analysis.props = infra\dotnet\code-analysis.props - infra\dotnet\icon.png = infra\dotnet\icon.png - infra\dotnet\nuget-package.props = infra\dotnet\nuget-package.props - EndProjectSection -EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SQLServer", "extensions\SQLServer\SQLServer\SQLServer.csproj", "{B9BE1099-F78F-4A5F-A897-BF2C75E19C57}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elasticsearch", "extensions\Elasticsearch\Elasticsearch\Elasticsearch.csproj", "{2E10420F-BF96-411C-8FE0-F6268F2EEB67}" @@ -587,7 +579,6 @@ Global {28534545-CB39-446A-9EB9-A5ABBFE0CFD3} = {0A43C65C-6007-4BB4-B3FE-8D439FC91841} {91757AC4-4FE3-40FE-96D6-1DDEDFB4A830} = {155DA079-E267-49AF-973A-D1D44681970F} {8ADA17CD-B779-4817-B10A-E9D7B019088D} = {3C17F42B-CFC8-4900-8CFB-88936311E919} - {2165A553-E07E-4FF7-90DA-3F3643EA690D} = {B488168B-AD86-4CC5-9D89-324B6EB743D9} {B9BE1099-F78F-4A5F-A897-BF2C75E19C57} = {155DA079-E267-49AF-973A-D1D44681970F} {2E10420F-BF96-411C-8FE0-F6268F2EEB67} = {155DA079-E267-49AF-973A-D1D44681970F} {C5E6B28C-F54D-423D-954D-A9EAEFB89732} = {3C17F42B-CFC8-4900-8CFB-88936311E919} diff --git a/clients/dotnet/SemanticKernelPlugin/SemanticKernelPlugin.csproj b/clients/dotnet/SemanticKernelPlugin/SemanticKernelPlugin.csproj index ab64ff836..d513ecd31 100644 --- a/clients/dotnet/SemanticKernelPlugin/SemanticKernelPlugin.csproj +++ b/clients/dotnet/SemanticKernelPlugin/SemanticKernelPlugin.csproj @@ -17,16 +17,13 @@ - - - - true Microsoft.KernelMemory.SemanticKernelPlugin Memory Plugin for Semantic Kernel Kernel Memory Plugin allows to use Kernel Memory Service as a Semantic Kernel plugin, to index and query any data and documents, using LLM and natural language, tracking sources and showing citations. Copilot, Plugin, Memory, RAG, Kernel Memory, Semantic Memory, Episodic Memory, Declarative Memory, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/clients/dotnet/WebClient/WebClient.csproj b/clients/dotnet/WebClient/WebClient.csproj index 33f24b07d..64008c999 100644 --- a/clients/dotnet/WebClient/WebClient.csproj +++ b/clients/dotnet/WebClient/WebClient.csproj @@ -12,16 +12,13 @@ - - - - true Microsoft.KernelMemory.WebClient Kernel Memory Web Client Kernel Memory Web Client allows to connect to Kernel Memory Web Service to index and query any data and documents, using LLM and natural language, tracking sources and showing citations. Copilot, Plugin, Memory, RAG, Kernel Memory, Semantic Memory, Semantic Kernel, Episodic Memory, Declarative Memory, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/examples/001-dotnet-WebClient/001-dotnet-WebClient.csproj b/examples/001-dotnet-WebClient/001-dotnet-WebClient.csproj index 64b01f098..4e024f0e9 100644 --- a/examples/001-dotnet-WebClient/001-dotnet-WebClient.csproj +++ b/examples/001-dotnet-WebClient/001-dotnet-WebClient.csproj @@ -2,7 +2,8 @@ net8.0 - $(NoWarn);CA1050;CA2000;CA1707;CA1303;CA2007;CA1861; + enable + $(NoWarn);CA1050;CA2000;CA1707;CA1303;CA2007;CA1861;CS1591;IDE1006; diff --git a/examples/002-dotnet-Serverless/002-dotnet-Serverless.csproj b/examples/002-dotnet-Serverless/002-dotnet-Serverless.csproj index 56fa76cd4..8f000eb80 100644 --- a/examples/002-dotnet-Serverless/002-dotnet-Serverless.csproj +++ b/examples/002-dotnet-Serverless/002-dotnet-Serverless.csproj @@ -2,7 +2,8 @@ net8.0 - $(NoWarn);CA1050;CA2000;CA1707;CA1303;CA2007;CA1724;CA1861; + enable + $(NoWarn);CA1050;CA2000;CA1707;CA1303;CA2007;CA1724;CA1861;IDE1006; diff --git a/examples/003-dotnet-SemanticKernel-plugin/003-dotnet-SemanticKernel-plugin.csproj b/examples/003-dotnet-SemanticKernel-plugin/003-dotnet-SemanticKernel-plugin.csproj index 5024228f3..f655e8538 100644 --- a/examples/003-dotnet-SemanticKernel-plugin/003-dotnet-SemanticKernel-plugin.csproj +++ b/examples/003-dotnet-SemanticKernel-plugin/003-dotnet-SemanticKernel-plugin.csproj @@ -2,7 +2,8 @@ net8.0 - $(NoWarn);CA1050;CA1859;CA2000; + enable + $(NoWarn);CA1050;CA1859;CA2000;CS1591; diff --git a/examples/004-dotnet-serverless-custom-pipeline/004-dotnet-serverless-custom-pipeline.csproj b/examples/004-dotnet-serverless-custom-pipeline/004-dotnet-serverless-custom-pipeline.csproj index 0d7daf3ac..513a1fc5b 100644 --- a/examples/004-dotnet-serverless-custom-pipeline/004-dotnet-serverless-custom-pipeline.csproj +++ b/examples/004-dotnet-serverless-custom-pipeline/004-dotnet-serverless-custom-pipeline.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);CA1050;CA2000;CA1707;CA1303;CA2007;CA1724;CA1861; diff --git a/examples/005-dotnet-async-memory-custom-pipeline/005-dotnet-async-memory-custom-pipeline.csproj b/examples/005-dotnet-async-memory-custom-pipeline/005-dotnet-async-memory-custom-pipeline.csproj index 0d7daf3ac..513a1fc5b 100644 --- a/examples/005-dotnet-async-memory-custom-pipeline/005-dotnet-async-memory-custom-pipeline.csproj +++ b/examples/005-dotnet-async-memory-custom-pipeline/005-dotnet-async-memory-custom-pipeline.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);CA1050;CA2000;CA1707;CA1303;CA2007;CA1724;CA1861; diff --git a/examples/101-dotnet-custom-Prompts/101-dotnet-custom-Prompts.csproj b/examples/101-dotnet-custom-Prompts/101-dotnet-custom-Prompts.csproj index 563713ff5..fbe07dd07 100644 --- a/examples/101-dotnet-custom-Prompts/101-dotnet-custom-Prompts.csproj +++ b/examples/101-dotnet-custom-Prompts/101-dotnet-custom-Prompts.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);KMEXP00;CA1050; diff --git a/examples/102-dotnet-custom-partitioning-options/102-dotnet-custom-partitioning-options.csproj b/examples/102-dotnet-custom-partitioning-options/102-dotnet-custom-partitioning-options.csproj index c5406475f..f99bd38f6 100644 --- a/examples/102-dotnet-custom-partitioning-options/102-dotnet-custom-partitioning-options.csproj +++ b/examples/102-dotnet-custom-partitioning-options/102-dotnet-custom-partitioning-options.csproj @@ -3,6 +3,7 @@ net8.0 Exe + enable $(NoWarn);CA1861; diff --git a/examples/103-dotnet-custom-EmbeddingGenerator/103-dotnet-custom-EmbeddingGenerator.csproj b/examples/103-dotnet-custom-EmbeddingGenerator/103-dotnet-custom-EmbeddingGenerator.csproj index ded68c4b4..a49976d72 100644 --- a/examples/103-dotnet-custom-EmbeddingGenerator/103-dotnet-custom-EmbeddingGenerator.csproj +++ b/examples/103-dotnet-custom-EmbeddingGenerator/103-dotnet-custom-EmbeddingGenerator.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);CA1050;SKEXP0001; diff --git a/examples/104-dotnet-custom-LLM/104-dotnet-custom-LLM.csproj b/examples/104-dotnet-custom-LLM/104-dotnet-custom-LLM.csproj index 2978c8e59..62192faa7 100644 --- a/examples/104-dotnet-custom-LLM/104-dotnet-custom-LLM.csproj +++ b/examples/104-dotnet-custom-LLM/104-dotnet-custom-LLM.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);CA1050; diff --git a/examples/105-dotnet-serverless-llamasharp/105-dotnet-serverless-llamasharp.csproj b/examples/105-dotnet-serverless-llamasharp/105-dotnet-serverless-llamasharp.csproj index 3cbecbb79..6e873f9b8 100644 --- a/examples/105-dotnet-serverless-llamasharp/105-dotnet-serverless-llamasharp.csproj +++ b/examples/105-dotnet-serverless-llamasharp/105-dotnet-serverless-llamasharp.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn); diff --git a/examples/106-dotnet-retrieve-synthetics/106-dotnet-retrieve-synthetics.csproj b/examples/106-dotnet-retrieve-synthetics/106-dotnet-retrieve-synthetics.csproj index 7d338f856..af9b74476 100644 --- a/examples/106-dotnet-retrieve-synthetics/106-dotnet-retrieve-synthetics.csproj +++ b/examples/106-dotnet-retrieve-synthetics/106-dotnet-retrieve-synthetics.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn); diff --git a/examples/107-dotnet-SemanticKernel-TextCompletion/107-dotnet-SemanticKernel-TextCompletion.csproj b/examples/107-dotnet-SemanticKernel-TextCompletion/107-dotnet-SemanticKernel-TextCompletion.csproj index 5cbd11f04..33024b9ca 100644 --- a/examples/107-dotnet-SemanticKernel-TextCompletion/107-dotnet-SemanticKernel-TextCompletion.csproj +++ b/examples/107-dotnet-SemanticKernel-TextCompletion/107-dotnet-SemanticKernel-TextCompletion.csproj @@ -3,6 +3,7 @@ net8.0 Exe + enable $(NoWarn);SKEXP0001;SKEXP0010; diff --git a/examples/108-dotnet-custom-content-decoders/108-dotnet-custom-content-decoders.csproj b/examples/108-dotnet-custom-content-decoders/108-dotnet-custom-content-decoders.csproj index 429075381..dd1ae3a6c 100644 --- a/examples/108-dotnet-custom-content-decoders/108-dotnet-custom-content-decoders.csproj +++ b/examples/108-dotnet-custom-content-decoders/108-dotnet-custom-content-decoders.csproj @@ -3,6 +3,7 @@ net8.0 Exe + enable $(NoWarn);CA1050; diff --git a/examples/109-dotnet-custom-webscraper/109-dotnet-custom-webscraper.csproj b/examples/109-dotnet-custom-webscraper/109-dotnet-custom-webscraper.csproj index 5f7d5497d..e5f932823 100644 --- a/examples/109-dotnet-custom-webscraper/109-dotnet-custom-webscraper.csproj +++ b/examples/109-dotnet-custom-webscraper/109-dotnet-custom-webscraper.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);CA1050;CA2000;CA1707;CA1303;CA2007;CA1724;CA1861; diff --git a/examples/111-dotnet-azure-ai-hybrid-search/111-dotnet-azure-ai-hybrid-search.csproj b/examples/111-dotnet-azure-ai-hybrid-search/111-dotnet-azure-ai-hybrid-search.csproj index a7ea89183..d87da3cf7 100644 --- a/examples/111-dotnet-azure-ai-hybrid-search/111-dotnet-azure-ai-hybrid-search.csproj +++ b/examples/111-dotnet-azure-ai-hybrid-search/111-dotnet-azure-ai-hybrid-search.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);CA1050;CA2000;CA1707;CA1303;CA2007;CA1724;CA1861;CA1859; diff --git a/examples/201-dotnet-serverless-custom-handler/201-dotnet-serverless-custom-handler.csproj b/examples/201-dotnet-serverless-custom-handler/201-dotnet-serverless-custom-handler.csproj index 44620af09..8de6f6836 100644 --- a/examples/201-dotnet-serverless-custom-handler/201-dotnet-serverless-custom-handler.csproj +++ b/examples/201-dotnet-serverless-custom-handler/201-dotnet-serverless-custom-handler.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);CA1050;CA1303;CA1861; diff --git a/examples/202-dotnet-custom-handler-as-a-service/202-dotnet-custom-handler-as-a-service.csproj b/examples/202-dotnet-custom-handler-as-a-service/202-dotnet-custom-handler-as-a-service.csproj index dbac7a2d0..7a51c36ab 100644 --- a/examples/202-dotnet-custom-handler-as-a-service/202-dotnet-custom-handler-as-a-service.csproj +++ b/examples/202-dotnet-custom-handler-as-a-service/202-dotnet-custom-handler-as-a-service.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);CA1050;CA1303;CS4014;CA1861; diff --git a/examples/203-dotnet-using-core-nuget/203-dotnet-using-core-nuget.csproj b/examples/203-dotnet-using-core-nuget/203-dotnet-using-core-nuget.csproj index 49aae96e5..6ab93817d 100644 --- a/examples/203-dotnet-using-core-nuget/203-dotnet-using-core-nuget.csproj +++ b/examples/203-dotnet-using-core-nuget/203-dotnet-using-core-nuget.csproj @@ -2,12 +2,12 @@ net8.0 + enable $(NoWarn); - false - + diff --git a/examples/204-dotnet-ASP.NET-MVC-integration/204-dotnet-ASP.NET-MVC-integration.csproj b/examples/204-dotnet-ASP.NET-MVC-integration/204-dotnet-ASP.NET-MVC-integration.csproj index 9cffe8682..a4c842222 100644 --- a/examples/204-dotnet-ASP.NET-MVC-integration/204-dotnet-ASP.NET-MVC-integration.csproj +++ b/examples/204-dotnet-ASP.NET-MVC-integration/204-dotnet-ASP.NET-MVC-integration.csproj @@ -2,12 +2,12 @@ net8.0 - $(NoWarn);CS8625;CA1050; - false + enable + $(NoWarn);CS8625;CA1050;CS1591; - + \ No newline at end of file diff --git a/examples/205-dotnet-extract-text-from-docs/205-dotnet-extract-text-from-docs.csproj b/examples/205-dotnet-extract-text-from-docs/205-dotnet-extract-text-from-docs.csproj index 91df9c007..654770b80 100644 --- a/examples/205-dotnet-extract-text-from-docs/205-dotnet-extract-text-from-docs.csproj +++ b/examples/205-dotnet-extract-text-from-docs/205-dotnet-extract-text-from-docs.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);KMEXP00;CA1303; diff --git a/examples/206-dotnet-configuration-and-logging/206-dotnet-configuration-and-logging.csproj b/examples/206-dotnet-configuration-and-logging/206-dotnet-configuration-and-logging.csproj index 81d3cc21b..fe250fb1f 100644 --- a/examples/206-dotnet-configuration-and-logging/206-dotnet-configuration-and-logging.csproj +++ b/examples/206-dotnet-configuration-and-logging/206-dotnet-configuration-and-logging.csproj @@ -2,8 +2,8 @@ net8.0 + enable $(NoWarn);CA1050;CA2000;CA1707;CA1303;CA2007;CA1724;CA1861; - false @@ -38,9 +38,9 @@ - - - + + + diff --git a/examples/207-dotnet-expanding-chunks-on-retrieval/207-dotnet-expanding-chunks-on-retrieval.csproj b/examples/207-dotnet-expanding-chunks-on-retrieval/207-dotnet-expanding-chunks-on-retrieval.csproj index 5ba100d30..c36551788 100644 --- a/examples/207-dotnet-expanding-chunks-on-retrieval/207-dotnet-expanding-chunks-on-retrieval.csproj +++ b/examples/207-dotnet-expanding-chunks-on-retrieval/207-dotnet-expanding-chunks-on-retrieval.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);CA1050;CA2000;CA1707;CA1303;CA2007;CA1724;CA1861; diff --git a/examples/208-dotnet-lmstudio/208-dotnet-lmstudio.csproj b/examples/208-dotnet-lmstudio/208-dotnet-lmstudio.csproj index 6fa3f5aee..1d45c9075 100644 --- a/examples/208-dotnet-lmstudio/208-dotnet-lmstudio.csproj +++ b/examples/208-dotnet-lmstudio/208-dotnet-lmstudio.csproj @@ -2,6 +2,7 @@ net8.0 + enable $(NoWarn);CA1050;CA2000;CA1707;CA1303;CA2007;CA1724;CA1861; diff --git a/examples/301-discord-test-application/301-discord-test-application.csproj b/examples/301-discord-test-application/301-discord-test-application.csproj index ccc49c130..0c7bd5c2a 100644 --- a/examples/301-discord-test-application/301-discord-test-application.csproj +++ b/examples/301-discord-test-application/301-discord-test-application.csproj @@ -3,6 +3,7 @@ Exe net8.0 + enable $(NoWarn);CA1303;CA1031; diff --git a/examples/Directory.Build.props b/examples/Directory.Build.props deleted file mode 100644 index 5ef012a78..000000000 --- a/examples/Directory.Build.props +++ /dev/null @@ -1,39 +0,0 @@ - - - - true - true - AllEnabledByDefault - latest - false - 12 - enable - enable - LatestMajor - - - - - disable - - - - true - full - - - - portable - - - - $([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)')))) - - - - - - <_Parameter1>false - - - \ No newline at end of file diff --git a/extensions/AzureAIDocIntel/AzureAIDocIntel.csproj b/extensions/AzureAIDocIntel/AzureAIDocIntel.csproj index 4306f261c..e1432508e 100644 --- a/extensions/AzureAIDocIntel/AzureAIDocIntel.csproj +++ b/extensions/AzureAIDocIntel/AzureAIDocIntel.csproj @@ -17,16 +17,13 @@ - - - - true Microsoft.KernelMemory.DataFormats.AzureAIDocIntel Azure AI Document Intelligence for Kernel Memory Add Azure AI Document Intelligence to Kernel Memory to extract content from images and documentss. OCR, PDF, Memory, RAG, Kernel Memory, Semantic Memory, Episodic Memory, Declarative Memory, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/AzureAISearch/AzureAISearch.FunctionalTests/AzureAISearch.FunctionalTests.csproj b/extensions/AzureAISearch/AzureAISearch.FunctionalTests/AzureAISearch.FunctionalTests.csproj index 34b784027..0d7c9eb5e 100644 --- a/extensions/AzureAISearch/AzureAISearch.FunctionalTests/AzureAISearch.FunctionalTests.csproj +++ b/extensions/AzureAISearch/AzureAISearch.FunctionalTests/AzureAISearch.FunctionalTests.csproj @@ -8,7 +8,6 @@ enable enable false - false $(NoWarn);IDE1006;CA1303;CA1307;CA1859;CA2007;CA2201;CS1591;CA1861;SKEXP0001; diff --git a/extensions/AzureAISearch/AzureAISearch.TestApplication/AzureAISearch.TestApplication.csproj b/extensions/AzureAISearch/AzureAISearch.TestApplication/AzureAISearch.TestApplication.csproj index b95cdead2..3f6a18b56 100644 --- a/extensions/AzureAISearch/AzureAISearch.TestApplication/AzureAISearch.TestApplication.csproj +++ b/extensions/AzureAISearch/AzureAISearch.TestApplication/AzureAISearch.TestApplication.csproj @@ -9,7 +9,6 @@ enable enable false - false $(NoWarn);KMEXP00;CA1050;CA2007;CA1826;CA1303;CA1307;SKEXP0001; diff --git a/extensions/AzureAISearch/AzureAISearch.UnitTests/AzureAISearch.UnitTests.csproj b/extensions/AzureAISearch/AzureAISearch.UnitTests/AzureAISearch.UnitTests.csproj index 331058745..a27083097 100644 --- a/extensions/AzureAISearch/AzureAISearch.UnitTests/AzureAISearch.UnitTests.csproj +++ b/extensions/AzureAISearch/AzureAISearch.UnitTests/AzureAISearch.UnitTests.csproj @@ -9,7 +9,6 @@ enable enable false - false $(NoWarn);CS1591;CS8600;CS8604; diff --git a/extensions/AzureAISearch/AzureAISearch/AzureAISearch.csproj b/extensions/AzureAISearch/AzureAISearch/AzureAISearch.csproj index 18ac5342f..111eeeab2 100644 --- a/extensions/AzureAISearch/AzureAISearch/AzureAISearch.csproj +++ b/extensions/AzureAISearch/AzureAISearch/AzureAISearch.csproj @@ -23,16 +23,13 @@ - - - - true Microsoft.KernelMemory.MemoryDb.AzureAISearch Azure AI Search connector for Kernel Memory Azure AI Search connector for Microsoft Kernel Memory, to store and search memory using Azure AI Search vector indexing and semantic features. Memory, RAG, Kernel Memory, Azure AI Search, HNSW, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/AzureBlobs/AzureBlobs.csproj b/extensions/AzureBlobs/AzureBlobs.csproj index b4d3757e0..41bb27fa2 100644 --- a/extensions/AzureBlobs/AzureBlobs.csproj +++ b/extensions/AzureBlobs/AzureBlobs.csproj @@ -17,16 +17,13 @@ - - - - true Microsoft.KernelMemory.ContentStorage.AzureBlobs Azure Blob Storage for Kernel Memory content storage Azure Blob Storage adapter allowing Kernel Memory to upload documents and maintain their state in Azure Blobs Copilot, Plugin, Memory, RAG, Kernel Memory, Azure Blob, Semantic Memory, Episodic Memory, Declarative Memory, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/AzureOpenAI/AzureOpenAI.csproj b/extensions/AzureOpenAI/AzureOpenAI.csproj index 8ca968dd7..460bd7b02 100644 --- a/extensions/AzureOpenAI/AzureOpenAI.csproj +++ b/extensions/AzureOpenAI/AzureOpenAI.csproj @@ -18,16 +18,13 @@ - - - - true Microsoft.KernelMemory.AI.AzureOpenAI Azure OpenAI LLM connector for Kernel Memory Provide access to Azure OpenAI LLM models in Kernel Memory to generate embeddings and text Azure OpenAI, Plugin, Memory, RAG, Kernel Memory, Azure Blob, Semantic Memory, Episodic Memory, Declarative Memory, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/AzureQueues/AzureQueues.csproj b/extensions/AzureQueues/AzureQueues.csproj index fb398550d..c6b36edcd 100644 --- a/extensions/AzureQueues/AzureQueues.csproj +++ b/extensions/AzureQueues/AzureQueues.csproj @@ -17,16 +17,13 @@ - - - - true Microsoft.KernelMemory.Orchestration.AzureQueues Azure Queue Storage connector for Kernel Memory pipelines Azure Queue Storage connector for Microsoft Kernel Memory, to run asynchronous pipelines via Azure Queue Storage queues. Memory, RAG, Kernel Memory, Azure Queue, HNSW, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/Discord/Discord/Discord.csproj b/extensions/Discord/Discord/Discord.csproj index 8c76bf4b0..ab36719bd 100644 --- a/extensions/Discord/Discord/Discord.csproj +++ b/extensions/Discord/Discord/Discord.csproj @@ -8,10 +8,6 @@ $(NoWarn);CS1591;CA1303; - - - - false Microsoft.KernelMemory.Sources.Discord diff --git a/extensions/Elasticsearch/Elasticsearch.FunctionalTests/Elasticsearch.FunctionalTests.csproj b/extensions/Elasticsearch/Elasticsearch.FunctionalTests/Elasticsearch.FunctionalTests.csproj index b4e634e1a..fec7f61e7 100644 --- a/extensions/Elasticsearch/Elasticsearch.FunctionalTests/Elasticsearch.FunctionalTests.csproj +++ b/extensions/Elasticsearch/Elasticsearch.FunctionalTests/Elasticsearch.FunctionalTests.csproj @@ -8,7 +8,6 @@ enable enable false - false $(NoWarn); diff --git a/extensions/Elasticsearch/Elasticsearch/Elasticsearch.csproj b/extensions/Elasticsearch/Elasticsearch/Elasticsearch.csproj index 43b305d82..f874e2927 100644 --- a/extensions/Elasticsearch/Elasticsearch/Elasticsearch.csproj +++ b/extensions/Elasticsearch/Elasticsearch/Elasticsearch.csproj @@ -18,16 +18,13 @@ - - - - true Microsoft.KernelMemory.MemoryDb.Elasticsearch Elasticsearch connector for Kernel Memory Elasticsearch connector for Microsoft Kernel Memory, to store and search memory using Elasticsearch vector search and other Elasticsearch features. Elasticsearch Memory, RAG, Kernel Memory, Elasticsearch, HNSW, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/LlamaSharp/LlamaSharp.FunctionalTests/LlamaSharp.FunctionalTests.csproj b/extensions/LlamaSharp/LlamaSharp.FunctionalTests/LlamaSharp.FunctionalTests.csproj index a8824399c..1bd9406dd 100644 --- a/extensions/LlamaSharp/LlamaSharp.FunctionalTests/LlamaSharp.FunctionalTests.csproj +++ b/extensions/LlamaSharp/LlamaSharp.FunctionalTests/LlamaSharp.FunctionalTests.csproj @@ -9,7 +9,6 @@ enable enable false - false $(NoWarn);KMEXP00;KMEXP01;CS1591;CA1861; diff --git a/extensions/LlamaSharp/LlamaSharp/LlamaSharp.csproj b/extensions/LlamaSharp/LlamaSharp/LlamaSharp.csproj index 97105777c..3163f982b 100644 --- a/extensions/LlamaSharp/LlamaSharp/LlamaSharp.csproj +++ b/extensions/LlamaSharp/LlamaSharp/LlamaSharp.csproj @@ -19,16 +19,13 @@ - - - - true Microsoft.KernelMemory.AI.LlamaSharp LLama models connector for Kernel Memory Provide access to OpenAI LLM models in Kernel Memory to generate text LLama, Plugin, Memory, RAG, Kernel Memory, Semantic Memory, Episodic Memory, Declarative Memory, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/MongoDbAtlas/MongoDbAtlas.FunctionalTests/MongoDbAtlas.FunctionalTests.csproj b/extensions/MongoDbAtlas/MongoDbAtlas.FunctionalTests/MongoDbAtlas.FunctionalTests.csproj index eea720e5a..eaf360c00 100644 --- a/extensions/MongoDbAtlas/MongoDbAtlas.FunctionalTests/MongoDbAtlas.FunctionalTests.csproj +++ b/extensions/MongoDbAtlas/MongoDbAtlas.FunctionalTests/MongoDbAtlas.FunctionalTests.csproj @@ -9,7 +9,6 @@ enable enable false - false $(NoWarn);KMEXP03;CA2007;CA1303;IDE0005;IDE1006;IDE0130;CA1711; diff --git a/extensions/MongoDbAtlas/MongoDbAtlas/MongoDbAtlas.csproj b/extensions/MongoDbAtlas/MongoDbAtlas/MongoDbAtlas.csproj index f31c643a5..df606773b 100644 --- a/extensions/MongoDbAtlas/MongoDbAtlas/MongoDbAtlas.csproj +++ b/extensions/MongoDbAtlas/MongoDbAtlas/MongoDbAtlas.csproj @@ -20,16 +20,13 @@ - - - - true Microsoft.KernelMemory.MongoDbAtlas MongoDb Atlas connector for Kernel Memory MongoDb Atlas connector for Microsoft Kernel Memory, to store and search memory records with embeddings, and files. Memory, RAG, Kernel Memory, MongoDb, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/OpenAI/OpenAI.csproj b/extensions/OpenAI/OpenAI.csproj index 9b5b8f2f4..e5160631b 100644 --- a/extensions/OpenAI/OpenAI.csproj +++ b/extensions/OpenAI/OpenAI.csproj @@ -21,16 +21,13 @@ - - - - true Microsoft.KernelMemory.AI.OpenAI OpenAI LLM connector for Kernel Memory Provide access to OpenAI LLM models in Kernel Memory to generate embeddings and text OpenAI, Plugin, Memory, RAG, Kernel Memory, Azure Blob, Semantic Memory, Episodic Memory, Declarative Memory, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/Postgres/Postgres.FunctionalTests/Postgres.FunctionalTests.csproj b/extensions/Postgres/Postgres.FunctionalTests/Postgres.FunctionalTests.csproj index 8e07ef07b..798ffa47d 100644 --- a/extensions/Postgres/Postgres.FunctionalTests/Postgres.FunctionalTests.csproj +++ b/extensions/Postgres/Postgres.FunctionalTests/Postgres.FunctionalTests.csproj @@ -8,7 +8,6 @@ enable enable false - false $(NoWarn);KMEXP00;KMEXP03;CA1859; diff --git a/extensions/Postgres/Postgres.TestApplication/Postgres.TestApplication.csproj b/extensions/Postgres/Postgres.TestApplication/Postgres.TestApplication.csproj index 6f3c7b29c..9eb35bfed 100644 --- a/extensions/Postgres/Postgres.TestApplication/Postgres.TestApplication.csproj +++ b/extensions/Postgres/Postgres.TestApplication/Postgres.TestApplication.csproj @@ -7,7 +7,6 @@ enable enable false - false $(NoWarn);CA1303;CA1852; diff --git a/extensions/Postgres/Postgres.UnitTests/Postgres.UnitTests.csproj b/extensions/Postgres/Postgres.UnitTests/Postgres.UnitTests.csproj index 2a46c18b0..53a4270aa 100644 --- a/extensions/Postgres/Postgres.UnitTests/Postgres.UnitTests.csproj +++ b/extensions/Postgres/Postgres.UnitTests/Postgres.UnitTests.csproj @@ -8,7 +8,6 @@ enable enable false - false $(NoWarn);CS1591; diff --git a/extensions/Postgres/Postgres/Postgres.csproj b/extensions/Postgres/Postgres/Postgres.csproj index 1513c809b..a76e6fcf4 100644 --- a/extensions/Postgres/Postgres/Postgres.csproj +++ b/extensions/Postgres/Postgres/Postgres.csproj @@ -17,16 +17,13 @@ - - - - true Microsoft.KernelMemory.MemoryDb.Postgres Kernel Memory extension for Postgres Postgres(with pgvector extension) connector for Microsoft Kernel Memory, to store and search memory using Postgres vector indexing and Postgres features. Copilot, Memory, RAG, Kernel Memory, Postgres, HNSW, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/Qdrant/Qdrant.FunctionalTests/Qdrant.FunctionalTests.csproj b/extensions/Qdrant/Qdrant.FunctionalTests/Qdrant.FunctionalTests.csproj index c1a093785..3df40694a 100644 --- a/extensions/Qdrant/Qdrant.FunctionalTests/Qdrant.FunctionalTests.csproj +++ b/extensions/Qdrant/Qdrant.FunctionalTests/Qdrant.FunctionalTests.csproj @@ -8,7 +8,6 @@ enable enable false - false $(NoWarn);IDE1006;CA1303;CA1307;CA1859;CA2007;CA2201;CS1591;CA1861;SKEXP0001; diff --git a/extensions/Qdrant/Qdrant.TestApplication/Qdrant.TestApplication.csproj b/extensions/Qdrant/Qdrant.TestApplication/Qdrant.TestApplication.csproj index 4ceb94464..37723a56d 100644 --- a/extensions/Qdrant/Qdrant.TestApplication/Qdrant.TestApplication.csproj +++ b/extensions/Qdrant/Qdrant.TestApplication/Qdrant.TestApplication.csproj @@ -7,7 +7,6 @@ enable enable false - false $(NoWarn);KMEXP03;CA1303;CA1852; diff --git a/extensions/Qdrant/Qdrant.UnitTests/Qdrant.UnitTests.csproj b/extensions/Qdrant/Qdrant.UnitTests/Qdrant.UnitTests.csproj index 1747a1b7e..87fe65aa9 100644 --- a/extensions/Qdrant/Qdrant.UnitTests/Qdrant.UnitTests.csproj +++ b/extensions/Qdrant/Qdrant.UnitTests/Qdrant.UnitTests.csproj @@ -8,7 +8,6 @@ enable enable false - false $(NoWarn);CS1591;CA1861; Microsoft.Qdrant.UnitTests diff --git a/extensions/Qdrant/Qdrant/Qdrant.csproj b/extensions/Qdrant/Qdrant/Qdrant.csproj index a0838a7b2..b2b8c4616 100644 --- a/extensions/Qdrant/Qdrant/Qdrant.csproj +++ b/extensions/Qdrant/Qdrant/Qdrant.csproj @@ -20,16 +20,13 @@ - - - - true Microsoft.KernelMemory.MemoryDb.Qdrant Qdrant connector for Kernel Memory Qdrant connector for Microsoft Kernel Memory, to store and search memory using Qdrant vector indexing and Qdrant features. Memory, RAG, Kernel Memory, Qdrant, HNSW, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/RabbitMQ/RabbitMQ.csproj b/extensions/RabbitMQ/RabbitMQ.csproj index c9d5db6a1..19e89f7b9 100644 --- a/extensions/RabbitMQ/RabbitMQ.csproj +++ b/extensions/RabbitMQ/RabbitMQ.csproj @@ -16,16 +16,13 @@ - - - - true Microsoft.KernelMemory.Orchestration.RabbitMQ RabbitMQ connector for Kernel Memory RabbitMQ connector for Microsoft Kernel Memory, to run asynchronous pipelines via RabbitMQ queues. Memory, RAG, Kernel Memory, RabbitMQ, HNSW, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/Redis/Redis.FunctionalTests/Redis.FunctionalTests.csproj b/extensions/Redis/Redis.FunctionalTests/Redis.FunctionalTests.csproj index 2a3d3d19b..25b169e2e 100644 --- a/extensions/Redis/Redis.FunctionalTests/Redis.FunctionalTests.csproj +++ b/extensions/Redis/Redis.FunctionalTests/Redis.FunctionalTests.csproj @@ -8,7 +8,6 @@ enable enable false - false $(NoWarn);CA2007;CA1303;IDE0005;IDE1006;IDE0130; diff --git a/extensions/Redis/Redis.TestApplication/Redis.TestApplication.csproj b/extensions/Redis/Redis.TestApplication/Redis.TestApplication.csproj index 229be9618..2efddd1f7 100644 --- a/extensions/Redis/Redis.TestApplication/Redis.TestApplication.csproj +++ b/extensions/Redis/Redis.TestApplication/Redis.TestApplication.csproj @@ -7,7 +7,6 @@ enable enable false - false $(NoWarn);KMEXP00;KMEXP01;KMEXP03;CA1050;CA2007;CA1826;CA1307;SKEXP0001; diff --git a/extensions/Redis/Redis/Redis.csproj b/extensions/Redis/Redis/Redis.csproj index 29c8d9676..ff259c9b1 100644 --- a/extensions/Redis/Redis/Redis.csproj +++ b/extensions/Redis/Redis/Redis.csproj @@ -19,16 +19,13 @@ - - - - true Microsoft.KernelMemory.MemoryDb.Redis Redis connector for Kernel Memory Redis connector for Microsoft Kernel Memory, to store and search memory using Redis vector search and other Redis features. Redis Memory, RAG, Kernel Memory, Redis, HNSW, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/SQLServer/SQLServer.FunctionalTests/SQLServer.FunctionalTests.csproj b/extensions/SQLServer/SQLServer.FunctionalTests/SQLServer.FunctionalTests.csproj index 1358a5a34..6e1d4f635 100644 --- a/extensions/SQLServer/SQLServer.FunctionalTests/SQLServer.FunctionalTests.csproj +++ b/extensions/SQLServer/SQLServer.FunctionalTests/SQLServer.FunctionalTests.csproj @@ -8,7 +8,6 @@ enable enable false - false $(NoWarn);CA1859; diff --git a/extensions/SQLServer/SQLServer/SQLServer.csproj b/extensions/SQLServer/SQLServer/SQLServer.csproj index 5fdfd9c72..d8bc579a1 100644 --- a/extensions/SQLServer/SQLServer/SQLServer.csproj +++ b/extensions/SQLServer/SQLServer/SQLServer.csproj @@ -18,16 +18,13 @@ - - - - true Microsoft.KernelMemory.MemoryDb.SQLServer MS SQLServer connector for Kernel Memory MS SQLServer connector for Microsoft Kernel Memory, to store and search memory using MSSQL. MS SQLServer, RAG, Kernel Memory, Redis, HNSW, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/extensions/TikToken/TikToken.UnitTests/TikToken.UnitTests.csproj b/extensions/TikToken/TikToken.UnitTests/TikToken.UnitTests.csproj index 7159e0fdf..1f3b61e7d 100644 --- a/extensions/TikToken/TikToken.UnitTests/TikToken.UnitTests.csproj +++ b/extensions/TikToken/TikToken.UnitTests/TikToken.UnitTests.csproj @@ -8,7 +8,6 @@ enable enable false - false $(NoWarn);KMEXP01; diff --git a/extensions/TikToken/TikToken/TikToken.csproj b/extensions/TikToken/TikToken/TikToken.csproj index fbed7a410..1538f77a4 100644 --- a/extensions/TikToken/TikToken/TikToken.csproj +++ b/extensions/TikToken/TikToken/TikToken.csproj @@ -16,16 +16,13 @@ - - - - true Microsoft.KernelMemory.AI.TikToken TikToken tokenizers for Kernel Memory Provide TikToken tokenizers in Kernel Memory TikToken, Tokenization, BPE, GPT4, GPT, Memory, RAG, Kernel Memory, Semantic Memory, Episodic Memory, Declarative Memory, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/infra/dotnet/icon.png b/icon.png similarity index 100% rename from infra/dotnet/icon.png rename to icon.png diff --git a/infra/dotnet/code-analysis.props b/infra/dotnet/code-analysis.props deleted file mode 100644 index afa5d5ad2..000000000 --- a/infra/dotnet/code-analysis.props +++ /dev/null @@ -1,28 +0,0 @@ - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - \ No newline at end of file diff --git a/infra/dotnet/nuget-package.props b/infra/dotnet/nuget-package.props deleted file mode 100644 index 833513404..000000000 --- a/infra/dotnet/nuget-package.props +++ /dev/null @@ -1,60 +0,0 @@ - - - - 0.50.1 - - - false - - - Undefined - Library - Microsoft - Microsoft - Kernel Memory - Memory Service and Plugin to index and query any data using LLM and natural language, tracking sources and showing citations. - Memory, RAG, Plugin, Semantic Memory, Episodic Memory, Declarative Memory, Copilot, AI, Kernel Memory, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL - - - MIT - © Microsoft Corporation. All rights reserved. - https://github.com/microsoft/kernel-memory - https://github.com/microsoft/kernel-memory - true - - - icon.png - icon.png - - - README.md - - - true - snupkg - - - bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml - - - true - - - - - - - - - - - - - - true - - - - false - - diff --git a/service/Abstractions/Abstractions.csproj b/service/Abstractions/Abstractions.csproj index d3c917db7..785dc5e49 100644 --- a/service/Abstractions/Abstractions.csproj +++ b/service/Abstractions/Abstractions.csproj @@ -19,16 +19,13 @@ - - - - true Microsoft.KernelMemory.Abstractions Kernel Memory Interfaces and Modules Kernel Memory is a Copilot/Semantic Kernel Plugin and Memory Web Service to index and query any data and documents, using LLM and natural language, tracking sources and showing citations. The package contains the interfaces and models shared by all Kernel Memory packages. Copilot, Plugin, Memory, RAG, Kernel Memory, Semantic Memory, Semantic Kernel, Episodic Memory, Declarative Memory, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/service/Core/Core.csproj b/service/Core/Core.csproj index d2deb8c65..40772801f 100644 --- a/service/Core/Core.csproj +++ b/service/Core/Core.csproj @@ -9,13 +9,13 @@ - + @@ -23,6 +23,7 @@ + @@ -47,16 +48,13 @@ - - - - true Microsoft.KernelMemory.Core Kernel Memory library, including extensions and Serverless and Web client The package contains all the core logic and extensions of Kernel Memory, to index and query any data and documents, using LLM and natural language, tracking sources and showing citations. Copilot, Plugin, Memory, RAG, Kernel Memory, Semantic Memory, Episodic Memory, Declarative Memory, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/service/Service.AspNetCore/Service.AspNetCore.csproj b/service/Service.AspNetCore/Service.AspNetCore.csproj index 54b1546fa..96c5e1b8f 100644 --- a/service/Service.AspNetCore/Service.AspNetCore.csproj +++ b/service/Service.AspNetCore/Service.AspNetCore.csproj @@ -13,16 +13,13 @@ - - - - true Microsoft.KernelMemory.Service.AspNetCore Kernel Memory for custom ASP.NET applications, including KM builder and KM endpoints This package provide helpers to integrate Kernel Memory into ASP.NET applications, such as builders, web endpoints, HTTP models Copilot, Plugin, Memory, RAG, Kernel Memory, Semantic Memory, Semantic Kernel, Episodic Memory, Declarative Memory, AI, Artificial Intelligence, Embeddings, Vector DB, Vector Search, Memory DB, ETL + bin/$(Configuration)/$(TargetFramework)/$(AssemblyName).xml diff --git a/service/Service/Service.csproj b/service/Service/Service.csproj index a93d2a3cc..c961e7bd4 100644 --- a/service/Service/Service.csproj +++ b/service/Service/Service.csproj @@ -6,6 +6,8 @@ Microsoft.KernelMemory.ServiceAssembly Microsoft.KernelMemory.Service + false + false $(NoWarn);CA2007;CA1724;CA2254;CA1031;CS1591;CA1861;CA1303;SKEXP0001; @@ -18,8 +20,6 @@ - -