Path Lines of Code CHANGELOG.md 102 CODE_OF_CONDUCT.md 6 README.md 363 SECURITY.md 24 SUPPORT.md 16 env/README.md 18 java-library/CHANGELOG.md 19 java-library/README.md 16 samples/Directory.Build.props 6 samples/assistant/README.md 282 samples/assistant/csharp-legacy/AssistantApis.cs 50 samples/assistant/csharp-legacy/AssistantSample.csproj 24 samples/assistant/csharp-legacy/AssistantSkills.cs 35 samples/assistant/csharp-legacy/Properties/launchSettings.json 9 samples/assistant/csharp-legacy/Startup.cs 41 samples/assistant/csharp-legacy/TodoManager.cs 65 samples/assistant/csharp-legacy/host.json 8 samples/assistant/csharp-legacy/local.settings.json 13 samples/assistant/csharp-ooproc/AssistantApis.cs 56 samples/assistant/csharp-ooproc/AssistantSample.csproj 35 samples/assistant/csharp-ooproc/AssistantSkills.cs 32 samples/assistant/csharp-ooproc/Program.cs 49 samples/assistant/csharp-ooproc/TodoManager.cs 63 samples/assistant/csharp-ooproc/host.json 8 samples/assistant/csharp-ooproc/local.settings.json 12 samples/assistant/demo.http 11 samples/assistant/java/extensions.csproj 14 samples/assistant/java/host.json 8 samples/assistant/java/local.settings.json 12 samples/assistant/java/pom.xml 99 samples/assistant/java/src/main/java/com/azfs/AssistantApis.java 78 samples/assistant/java/src/main/java/com/azfs/AssistantSkills.java 52 samples/assistant/java/src/main/java/com/azfs/TodoManager.java 81 samples/assistant/javascript/host.json 12 samples/assistant/javascript/local.settings.json 13 samples/assistant/javascript/package-lock.json 264 samples/assistant/javascript/package.json 16 samples/assistant/javascript/src/functions/assistantApis.js 70 samples/assistant/javascript/src/functions/assistantSkills.js 28 samples/assistant/javascript/src/services/todoManager.js 57 samples/assistant/powershell/AddTodo/function.json 11 samples/assistant/powershell/AddTodo/run.ps1 9 samples/assistant/powershell/CreateAssistant/function.json 25 samples/assistant/powershell/CreateAssistant/run.ps1 19 samples/assistant/powershell/GetChatState/function.json 29 samples/assistant/powershell/GetChatState/run.ps1 9 samples/assistant/powershell/GetTodos/function.json 11 samples/assistant/powershell/GetTodos/run.ps1 5 samples/assistant/powershell/PostUserQuery/function.json 30 samples/assistant/powershell/PostUserQuery/run.ps1 13 samples/assistant/powershell/TodoManager/TodoManager.ps1 96 samples/assistant/powershell/host.json 15 samples/assistant/powershell/local.settings.json 13 samples/assistant/powershell/profile.ps1 21 samples/assistant/powershell/requirements.psd1 8 samples/assistant/python/assistant_apis.py 32 samples/assistant/python/assistant_skills.py 22 samples/assistant/python/function_app.py 6 samples/assistant/python/host.json 12 samples/assistant/python/local.settings.json 14 samples/assistant/python/requirements.txt 5 samples/assistant/python/todo_manager.py 51 samples/assistant/typescript/host.json 12 samples/assistant/typescript/local.settings.json 13 samples/assistant/typescript/package-lock.json 779 samples/assistant/typescript/package.json 22 samples/assistant/typescript/src/functions/assistantApis.ts 70 samples/assistant/typescript/src/functions/assistantSkills.ts 28 samples/assistant/typescript/src/services/todoManager.ts 54 samples/assistant/typescript/tsconfig.json 10 samples/chat/README.md 119 samples/chat/csharp-legacy/ChatBot.cs 47 samples/chat/csharp-legacy/ChatBotSample.csproj 24 samples/chat/csharp-legacy/host.json 8 samples/chat/csharp-legacy/local.settings.json 10 samples/chat/csharp-ooproc/ChatBot.cs 68 samples/chat/csharp-ooproc/ChatBot.csproj 31 samples/chat/csharp-ooproc/Program.cs 16 samples/chat/csharp-ooproc/host.json 8 samples/chat/csharp-ooproc/local.settings.json 9 samples/chat/demo.http 12 samples/chat/java/extensions.csproj 14 samples/chat/java/host.json 8 samples/chat/java/local.settings.json 10 samples/chat/java/pom.xml 89 samples/chat/java/src/main/java/com/azfs/ChatBot.java 93 samples/chat/javascript/host.json 12 samples/chat/javascript/local.settings.json 10 samples/chat/javascript/package-lock.json 53 samples/chat/javascript/package.json 15 samples/chat/javascript/src/app.js 67 samples/chat/powershell/CreateChatBot/function.json 24 samples/chat/powershell/CreateChatBot/run.ps1 18 samples/chat/powershell/GetChatState/function.json 28 samples/chat/powershell/GetChatState/run.ps1 7 samples/chat/powershell/PostUserResponse/function.json 29 samples/chat/powershell/PostUserResponse/run.ps1 9 samples/chat/powershell/extensions.csproj 14 samples/chat/powershell/host.json 8 samples/chat/powershell/local.settings.json 10 samples/chat/powershell/profile.ps1 19 samples/chat/powershell/requirements.psd1 7 samples/chat/python/function_app.py 35 samples/chat/python/host.json 12 samples/chat/python/local.settings.json 11 samples/chat/python/requirements.txt 4 samples/chat/typescript/host.json 12 samples/chat/typescript/local.settings.json 10 samples/chat/typescript/package-lock.json 568 samples/chat/typescript/package.json 21 samples/chat/typescript/src/functions/app.ts 67 samples/chat/typescript/tsconfig.json 10 samples/embeddings/README.md 69 samples/embeddings/csharp-legacy/EmbeddingsLegacy.cs 43 samples/embeddings/csharp-legacy/EmbeddingsLegacy.csproj 27 samples/embeddings/csharp-legacy/host.json 8 samples/embeddings/csharp-legacy/local.settings.json 11 samples/embeddings/csharp-ooproc/Embeddings/Embeddings.csproj 31 samples/embeddings/csharp-ooproc/Embeddings/EmbeddingsGenerator.cs 63 samples/embeddings/csharp-ooproc/Embeddings/Program.cs 12 samples/embeddings/csharp-ooproc/Embeddings/Properties/launchSettings.json 9 samples/embeddings/csharp-ooproc/Embeddings/Properties/serviceDependencies.json 11 samples/embeddings/csharp-ooproc/Embeddings/Properties/serviceDependencies.local.json 11 samples/embeddings/csharp-ooproc/Embeddings/host.json 8 samples/embeddings/csharp-ooproc/Embeddings/local.settings.json 9 samples/embeddings/demo.http 12 samples/embeddings/java/extensions.csproj 14 samples/embeddings/java/host.json 8 samples/embeddings/java/local.settings.json 9 samples/embeddings/java/pom.xml 89 samples/embeddings/java/src/main/java/com/azfs/EmbeddingsGenerator.java 108 samples/embeddings/javascript/host.json 12 samples/embeddings/javascript/local.settings.json 10 samples/embeddings/javascript/package-lock.json 82 samples/embeddings/javascript/package.json 15 samples/embeddings/javascript/src/app.js 63 samples/embeddings/powershell/GenerateEmbeddings/function.json 27 samples/embeddings/powershell/GenerateEmbeddings/run.ps1 7 samples/embeddings/powershell/GetEmbeddingsFilePath/function.json 28 samples/embeddings/powershell/GetEmbeddingsFilePath/run.ps1 6 samples/embeddings/powershell/GetEmbeddingsURL/function.json 28 samples/embeddings/powershell/GetEmbeddingsURL/run.ps1 6 samples/embeddings/powershell/extensions.csproj 14 samples/embeddings/powershell/host.json 14 samples/embeddings/powershell/local.settings.json 10 samples/embeddings/powershell/profile.ps1 19 samples/embeddings/powershell/requirements.psd1 7 samples/embeddings/python/function_app.py 38 samples/embeddings/python/host.json 12 samples/embeddings/python/local.settings.json 11 samples/embeddings/python/requirements.txt 4 samples/embeddings/typescript/host.json 12 samples/embeddings/typescript/local.settings.json 10 samples/embeddings/typescript/package-lock.json 952 samples/embeddings/typescript/package.json 21 samples/embeddings/typescript/src/app.ts 72 samples/embeddings/typescript/tsconfig.json 10 samples/rag-aisearch/README.md 94 samples/rag-aisearch/csharp-legacy/FilePrompt.cs 39 samples/rag-aisearch/csharp-legacy/SemanticAISearchEmbeddingsLegacy.csproj 24 samples/rag-aisearch/csharp-legacy/host.json 18 samples/rag-aisearch/csharp-legacy/local.settings.json 12 samples/rag-aisearch/csharp-ooproc/FilePrompt.cs 66 samples/rag-aisearch/csharp-ooproc/Program.cs 12 samples/rag-aisearch/csharp-ooproc/SemanticAISearchEmbeddings.csproj 33 samples/rag-aisearch/csharp-ooproc/host.json 18 samples/rag-aisearch/csharp-ooproc/local.settings.json 11 samples/rag-aisearch/demo.http 16 samples/rag-aisearch/java/extensions.csproj 15 samples/rag-aisearch/java/host.json 18 samples/rag-aisearch/java/local.settings.json 11 samples/rag-aisearch/java/pom.xml 89 samples/rag-aisearch/java/src/main/java/com/azfs/FilePrompt.java 89 samples/rag-aisearch/javascript/host.json 22 samples/rag-aisearch/javascript/local.settings.json 12 samples/rag-aisearch/javascript/package-lock.json 82 samples/rag-aisearch/javascript/package.json 15 samples/rag-aisearch/javascript/src/app.js 47 samples/rag-aisearch/powershell/IngestFile/function.json 28 samples/rag-aisearch/powershell/IngestFile/run.ps1 23 samples/rag-aisearch/powershell/PromptFile/function.json 28 samples/rag-aisearch/powershell/PromptFile/run.ps1 6 samples/rag-aisearch/powershell/extensions.csproj 15 samples/rag-aisearch/powershell/host.json 19 samples/rag-aisearch/powershell/local.settings.json 12 samples/rag-aisearch/powershell/profile.ps1 19 samples/rag-aisearch/powershell/requirements.psd1 7 samples/rag-aisearch/python/function_app.py 32 samples/rag-aisearch/python/host.json 22 samples/rag-aisearch/python/local.settings.json 13 samples/rag-aisearch/python/requirements.txt 4 samples/rag-aisearch/typescript/host.json 22 samples/rag-aisearch/typescript/local.settings.json 12 samples/rag-aisearch/typescript/package-lock.json 952 samples/rag-aisearch/typescript/package.json 21 samples/rag-aisearch/typescript/src/app.ts 50 samples/rag-aisearch/typescript/tsconfig.json 10 samples/rag-cosmosdb/README.md 68 samples/rag-cosmosdb/csharp-legacy/CosmosDBSearchLegacy.csproj 27 samples/rag-cosmosdb/csharp-legacy/FilePrompt.cs 39 samples/rag-cosmosdb/csharp-legacy/host.json 25 samples/rag-cosmosdb/csharp-legacy/local.settings.json 12 samples/rag-cosmosdb/csharp-ooproc/FilePrompt.cs 66 samples/rag-cosmosdb/csharp-ooproc/Program.cs 12 samples/rag-cosmosdb/csharp-ooproc/SemanticCosmosDBSearchEmbeddings.csproj 33 samples/rag-cosmosdb/csharp-ooproc/host.json 25 samples/rag-cosmosdb/csharp-ooproc/local.settings.json 11 samples/rag-cosmosdb/demo.http 16 samples/rag-cosmosdb/java/extensions.csproj 15 samples/rag-cosmosdb/java/host.json 25 samples/rag-cosmosdb/java/local.settings.json 11 samples/rag-cosmosdb/java/pom.xml 89 samples/rag-cosmosdb/java/src/main/java/com/azfs/FilePrompt.java 84 samples/rag-cosmosdb/javascript/host.json 29 samples/rag-cosmosdb/javascript/local.settings.json 12 samples/rag-cosmosdb/javascript/package-lock.json 82 samples/rag-cosmosdb/javascript/package.json 15 samples/rag-cosmosdb/javascript/src/app.js 47 samples/rag-cosmosdb/powershell/IngestFile/function.json 28 samples/rag-cosmosdb/powershell/IngestFile/run.ps1 23 samples/rag-cosmosdb/powershell/PromptFile/function.json 28 samples/rag-cosmosdb/powershell/PromptFile/run.ps1 6 samples/rag-cosmosdb/powershell/extensions.csproj 15 samples/rag-cosmosdb/powershell/host.json 25 samples/rag-cosmosdb/powershell/local.settings.json 12 samples/rag-cosmosdb/powershell/profile.ps1 19 samples/rag-cosmosdb/powershell/requirements.psd1 7 samples/rag-cosmosdb/python/extensions.csproj 15 samples/rag-cosmosdb/python/function_app.py 32 samples/rag-cosmosdb/python/host.json 25 samples/rag-cosmosdb/python/local.settings.json 13 samples/rag-cosmosdb/python/requirements.txt 4 samples/rag-cosmosdb/typescript/host.json 29 samples/rag-cosmosdb/typescript/local.settings.json 12 samples/rag-cosmosdb/typescript/package-lock.json 952 samples/rag-cosmosdb/typescript/package.json 21 samples/rag-cosmosdb/typescript/src/app.ts 50 samples/rag-cosmosdb/typescript/tsconfig.json 10 samples/rag-kusto/README.md 58 samples/rag-kusto/csharp-legacy/FilePrompt.cs 39 samples/rag-kusto/csharp-legacy/KustoSearchLegacy.csproj 27 samples/rag-kusto/csharp-legacy/host.json 15 samples/rag-kusto/csharp-legacy/local.settings.json 12 samples/rag-kusto/csharp-ooproc/EmailPromptDemo.cs 67 samples/rag-kusto/csharp-ooproc/Program.cs 12 samples/rag-kusto/csharp-ooproc/Properties/launchSettings.json 9 samples/rag-kusto/csharp-ooproc/SemanticSearchEmbeddings.csproj 33 samples/rag-kusto/csharp-ooproc/host.json 15 samples/rag-kusto/csharp-ooproc/local.settings.json 11 samples/rag-kusto/demo.http 16 samples/rag-kusto/java/extensions.csproj 15 samples/rag-kusto/java/host.json 15 samples/rag-kusto/java/local.settings.json 11 samples/rag-kusto/java/pom.xml 89 samples/rag-kusto/java/src/main/java/com/azfs/EmailPromptDemo.java 89 samples/rag-kusto/javascript/host.json 19 samples/rag-kusto/javascript/local.settings.json 12 samples/rag-kusto/javascript/package-lock.json 82 samples/rag-kusto/javascript/package.json 15 samples/rag-kusto/javascript/src/app.js 47 samples/rag-kusto/powershell/IngestEmail/function.json 28 samples/rag-kusto/powershell/IngestEmail/run.ps1 23 samples/rag-kusto/powershell/PromptEmail/function.json 28 samples/rag-kusto/powershell/PromptEmail/run.ps1 6 samples/rag-kusto/powershell/extensions.csproj 15 samples/rag-kusto/powershell/host.json 15 samples/rag-kusto/powershell/local.settings.json 12 samples/rag-kusto/powershell/profile.ps1 19 samples/rag-kusto/powershell/requirements.psd1 7 samples/rag-kusto/python/extensions.csproj 15 samples/rag-kusto/python/function_app.py 32 samples/rag-kusto/python/host.json 15 samples/rag-kusto/python/local.settings.json 13 samples/rag-kusto/python/requirements.txt 4 samples/rag-kusto/typescript/host.json 19 samples/rag-kusto/typescript/local.settings.json 12 samples/rag-kusto/typescript/package-lock.json 952 samples/rag-kusto/typescript/package.json 21 samples/rag-kusto/typescript/src/app.ts 50 samples/rag-kusto/typescript/tsconfig.json 10 samples/textcompletion/README.md 45 samples/textcompletion/csharp-legacy/TextCompletionLegacy.cs 29 samples/textcompletion/csharp-legacy/TextCompletionLegacy.csproj 24 samples/textcompletion/csharp-legacy/host.json 8 samples/textcompletion/csharp-legacy/local.settings.json 10 samples/textcompletion/csharp-ooproc/Program.cs 5 samples/textcompletion/csharp-ooproc/Properties/launchSettings.json 9 samples/textcompletion/csharp-ooproc/TextCompletion.csproj 31 samples/textcompletion/csharp-ooproc/TextCompletions.cs 26 samples/textcompletion/csharp-ooproc/host.json 8 samples/textcompletion/csharp-ooproc/local.settings.json 9 samples/textcompletion/demo.http 2 samples/textcompletion/java/extensions.csproj 14 samples/textcompletion/java/host.json 8 samples/textcompletion/java/local.settings.json 10 samples/textcompletion/java/pom.xml 89 samples/textcompletion/java/src/main/java/com/azfs/TextCompletions.java 45 samples/textcompletion/javascript/host.json 12 samples/textcompletion/javascript/local.settings.json 10 samples/textcompletion/javascript/package-lock.json 554 samples/textcompletion/javascript/package.json 17 samples/textcompletion/javascript/src/functions/whois.js 17 samples/textcompletion/powershell/WhoIs/function.json 27 samples/textcompletion/powershell/WhoIs/run.ps1 6 samples/textcompletion/powershell/extensions.csproj 14 samples/textcompletion/powershell/host.json 8 samples/textcompletion/powershell/local.settings.json 10 samples/textcompletion/powershell/profile.ps1 19 samples/textcompletion/powershell/requirements.psd1 7 samples/textcompletion/python/function_app.py 13 samples/textcompletion/python/host.json 12 samples/textcompletion/python/local.settings.json 11 samples/textcompletion/python/requirements.txt 4 samples/textcompletion/typescript/host.json 12 samples/textcompletion/typescript/local.settings.json 10 samples/textcompletion/typescript/package-lock.json 568 samples/textcompletion/typescript/package.json 21 samples/textcompletion/typescript/src/functions/whois.ts 17 samples/textcompletion/typescript/tsconfig.json 10 src/WebJobs.Extensions.OpenAI.AzureAISearch/CHANGELOG.md 21 src/WebJobs.Extensions.OpenAI.CosmosDBSearch/CHANGELOG.md 19 src/WebJobs.Extensions.OpenAI.Kusto/CHANGELOG.md 20