From 52df787da06b2f5b24577499d2fc44f00f336a61 Mon Sep 17 00:00:00 2001 From: Devis Lucato Date: Tue, 26 Nov 2024 13:15:14 -0800 Subject: [PATCH] Rename folder --- KernelMemory.sln | 2 +- README.md | 2 +- .../007-dotnet-serverless-azure.csproj} | 0 .../Program.cs | 0 .../README.md | 0 .../appsettings.json | 0 .../file4-KM-Readme.pdf | Bin .../file6-ANWC-image.jpg | Bin .../run.cmd | 0 .../run.sh | 0 examples/README.md | 2 +- 11 files changed, 3 insertions(+), 3 deletions(-) rename examples/{006-dotnet-serverless-azure/006-dotnet-serverless-azure.csproj => 007-dotnet-serverless-azure/007-dotnet-serverless-azure.csproj} (100%) rename examples/{006-dotnet-serverless-azure => 007-dotnet-serverless-azure}/Program.cs (100%) rename examples/{006-dotnet-serverless-azure => 007-dotnet-serverless-azure}/README.md (100%) rename examples/{006-dotnet-serverless-azure => 007-dotnet-serverless-azure}/appsettings.json (100%) rename examples/{006-dotnet-serverless-azure => 007-dotnet-serverless-azure}/file4-KM-Readme.pdf (100%) rename examples/{006-dotnet-serverless-azure => 007-dotnet-serverless-azure}/file6-ANWC-image.jpg (100%) rename examples/{006-dotnet-serverless-azure => 007-dotnet-serverless-azure}/run.cmd (100%) rename examples/{006-dotnet-serverless-azure => 007-dotnet-serverless-azure}/run.sh (100%) diff --git a/KernelMemory.sln b/KernelMemory.sln index 30e82c5a8..6bbcc4566 100644 --- a/KernelMemory.sln +++ b/KernelMemory.sln @@ -333,7 +333,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KernelMemory", "extensions\ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureOpenAI.FunctionalTests", "extensions\AzureOpenAI\AzureOpenAI.FunctionalTests\AzureOpenAI.FunctionalTests.csproj", "{8E907766-4A7D-46E2-B5E3-EB2994B1AA54}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "006-dotnet-serverless-azure", "examples\006-dotnet-serverless-azure\006-dotnet-serverless-azure.csproj", "{AF1E12A9-D8A1-4815-995E-C6F7B2022016}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "007-dotnet-serverless-azure", "examples\007-dotnet-serverless-azure\007-dotnet-serverless-azure.csproj", "{AF1E12A9-D8A1-4815-995E-C6F7B2022016}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/README.md b/README.md index 8faa251a3..bb1813ef6 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,7 @@ Examples and Tools 1. [Collection of Jupyter notebooks with various scenarios](examples/000-notebooks) 2. [Using Kernel Memory web service to upload documents and answer questions](examples/001-dotnet-WebClient) 3. [Importing files and asking question without running the service (serverless mode)](examples/002-dotnet-Serverless) -4. [Kernel Memory RAG with Azure services](examples/006-dotnet-serverless-azure) +4. [Kernel Memory RAG with Azure services](examples/007-dotnet-serverless-azure) 5. [Using KM Plugin for Semantic Kernel](examples/003-dotnet-SemanticKernel-plugin) 6. Customizations * [Processing files with custom logic (custom handlers) in serverless mode](examples/004-dotnet-serverless-custom-pipeline) diff --git a/examples/006-dotnet-serverless-azure/006-dotnet-serverless-azure.csproj b/examples/007-dotnet-serverless-azure/007-dotnet-serverless-azure.csproj similarity index 100% rename from examples/006-dotnet-serverless-azure/006-dotnet-serverless-azure.csproj rename to examples/007-dotnet-serverless-azure/007-dotnet-serverless-azure.csproj diff --git a/examples/006-dotnet-serverless-azure/Program.cs b/examples/007-dotnet-serverless-azure/Program.cs similarity index 100% rename from examples/006-dotnet-serverless-azure/Program.cs rename to examples/007-dotnet-serverless-azure/Program.cs diff --git a/examples/006-dotnet-serverless-azure/README.md b/examples/007-dotnet-serverless-azure/README.md similarity index 100% rename from examples/006-dotnet-serverless-azure/README.md rename to examples/007-dotnet-serverless-azure/README.md diff --git a/examples/006-dotnet-serverless-azure/appsettings.json b/examples/007-dotnet-serverless-azure/appsettings.json similarity index 100% rename from examples/006-dotnet-serverless-azure/appsettings.json rename to examples/007-dotnet-serverless-azure/appsettings.json diff --git a/examples/006-dotnet-serverless-azure/file4-KM-Readme.pdf b/examples/007-dotnet-serverless-azure/file4-KM-Readme.pdf similarity index 100% rename from examples/006-dotnet-serverless-azure/file4-KM-Readme.pdf rename to examples/007-dotnet-serverless-azure/file4-KM-Readme.pdf diff --git a/examples/006-dotnet-serverless-azure/file6-ANWC-image.jpg b/examples/007-dotnet-serverless-azure/file6-ANWC-image.jpg similarity index 100% rename from examples/006-dotnet-serverless-azure/file6-ANWC-image.jpg rename to examples/007-dotnet-serverless-azure/file6-ANWC-image.jpg diff --git a/examples/006-dotnet-serverless-azure/run.cmd b/examples/007-dotnet-serverless-azure/run.cmd similarity index 100% rename from examples/006-dotnet-serverless-azure/run.cmd rename to examples/007-dotnet-serverless-azure/run.cmd diff --git a/examples/006-dotnet-serverless-azure/run.sh b/examples/007-dotnet-serverless-azure/run.sh similarity index 100% rename from examples/006-dotnet-serverless-azure/run.sh rename to examples/007-dotnet-serverless-azure/run.sh diff --git a/examples/README.md b/examples/README.md index 933033fde..68122956a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,7 +5,7 @@ Some examples about how to use Kernel Memory. 1. [Collection of Jupyter notebooks with various scenarios](000-notebooks) 2. [Using Kernel Memory web service to upload documents and answer questions](001-dotnet-WebClient) 3. [Importing files and asking question without running the service (serverless mode)](002-dotnet-Serverless) -4. [Kernel Memory RAG with Azure services](006-dotnet-serverless-azure) +4. [Kernel Memory RAG with Azure services](007-dotnet-serverless-azure) 5. [Using KM Plugin for Semantic Kernel](003-dotnet-SemanticKernel-plugin) 6. Customizations * [Processing files with custom logic (custom handlers) in serverless mode](004-dotnet-serverless-custom-pipeline)