Skip to content

Update connectors - AI Search, Cosmos connectors #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion semantic-kernel/get-started/detailed-samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions semantic-kernel/get-started/supported-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down