From 55fef45f1a9bc166f72c5293d07d8d8d4a6452fe Mon Sep 17 00:00:00 2001 From: dbarkol Date: Sat, 11 Jan 2025 14:36:44 -0800 Subject: [PATCH] Updated connectors --- semantic-kernel/get-started/detailed-samples.md | 2 +- semantic-kernel/get-started/supported-languages.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/semantic-kernel/get-started/detailed-samples.md b/semantic-kernel/get-started/detailed-samples.md index df4ed756..73c78019 100644 --- a/semantic-kernel/get-started/detailed-samples.md +++ b/semantic-kernel/get-started/detailed-samples.md @@ -17,7 +17,7 @@ If you want to dive into deeper into Semantic Kernel and learn how to use more a :::row::: :::column span="3"::: - Each of the SDKs (Python, C#, and Java) have their own set of samples that walk through the SDK. Each sample is modelled as a test case within our main repo, so you're always guaranteed that the sample will work with the latest nightly version of the SDK! Below are most of the samples you'll find in our concepts project. + Each of the SDKs (Python, C#, and Java) have their own set of samples that walk through the SDK. Each sample is modeled as a test case within our main repo, so you're always guaranteed that the sample will work with the latest nightly version of the SDK! Below are most of the samples you'll find in our concepts project. ::: zone pivot="programming-language-csharp" diff --git a/semantic-kernel/get-started/supported-languages.md b/semantic-kernel/get-started/supported-languages.md index 03823889..ea169f26 100644 --- a/semantic-kernel/get-started/supported-languages.md +++ b/semantic-kernel/get-started/supported-languages.md @@ -40,9 +40,9 @@ In C#, there are several packages to help ensure that you only need to import th | `Microsoft.SemanticKernel.Connectors.Ollama` | The AI connector for Ollama | | `Microsoft.SemanticKernel.Connectors.Onnx` | The AI connector for Onnx | | `Microsoft.SemanticKernel.Connectors.OpenAI` | The AI connector for OpenAI | -| `Microsoft.SemanticKernel.Connectors.AzureAISearch` | The vector store connector for AzureAISearch | -| `Microsoft.SemanticKernel.Connectors.AzureCosmosDBMongoDB` | The vector store connector for AzureCosmosDBMongoDB | -| `Microsoft.SemanticKernel.Connectors.AzureCosmosDBNoSQL` | The vector store connector for AzureAISearch | +| `Microsoft.SemanticKernel.Connectors.AzureAISearch` | The vector store connector for Azure AI Search | +| `Microsoft.SemanticKernel.Connectors.AzureCosmosDBMongoDB` | The vector store connector for Azure CosmosDB MongoDB | +| `Microsoft.SemanticKernel.Connectors.AzureCosmosDBNoSQL` | The vector store connector for Azure CosmosDB NoSQL | | `Microsoft.SemanticKernel.Connectors.MongoDB` | The vector store connector for MongoDB | | `Microsoft.SemanticKernel.Connectors.Pinecone` | The vector store connector for Pinecone | | `Microsoft.SemanticKernel.Connectors.Qdrant` | The vector store connector for Qdrant |