Skip to content

Commit 592d6ee

Browse files
dbarkolwestey-m
andauthored
Updated connectors (#185)
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>
1 parent e60124a commit 592d6ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

semantic-kernel/get-started/detailed-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you want to dive into deeper into Semantic Kernel and learn how to use more a
1717
:::row:::
1818

1919
:::column span="3":::
20-
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.
20+
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.
2121

2222

2323
::: zone pivot="programming-language-csharp"

semantic-kernel/get-started/supported-languages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ In C#, there are several packages to help ensure that you only need to import th
4040
| `Microsoft.SemanticKernel.Connectors.Ollama` | The AI connector for Ollama |
4141
| `Microsoft.SemanticKernel.Connectors.Onnx` | The AI connector for Onnx |
4242
| `Microsoft.SemanticKernel.Connectors.OpenAI` | The AI connector for OpenAI |
43-
| `Microsoft.SemanticKernel.Connectors.AzureAISearch` | The vector store connector for AzureAISearch |
44-
| `Microsoft.SemanticKernel.Connectors.CosmosMongoDB` | The vector store connector for AzureCosmosDBMongoDB |
45-
| `Microsoft.SemanticKernel.Connectors.CosmosNoSql` | The vector store connector for AzureAISearch |
43+
| `Microsoft.SemanticKernel.Connectors.AzureAISearch` | The vector store connector for Azure AI Search |
44+
| `Microsoft.SemanticKernel.Connectors.CosmosMongoDB` | The vector store connector for Azure CosmosDB MongoDB |
45+
| `Microsoft.SemanticKernel.Connectors.CosmosNoSql` | The vector store connector for Azure CosmosDB NoSQL |
4646
| `Microsoft.SemanticKernel.Connectors.MongoDB` | The vector store connector for MongoDB |
4747
| `Microsoft.SemanticKernel.Connectors.Pinecone` | The vector store connector for Pinecone |
4848
| `Microsoft.SemanticKernel.Connectors.Qdrant` | The vector store connector for Qdrant |

0 commit comments

Comments
 (0)