Skip to content

Commit

Permalink
Merge branch 'main' into fix-mongo-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac committed Jan 5, 2025
2 parents 278b5d7 + 2601e32 commit 6239045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
markdown-link-check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# check out the latest version of the code
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion dotnet/src/Connectors/Connectors.Memory.Chroma/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microsoft.SemanticKernel.Connectors.Chroma

This assembly contains implementation of Semantic Kernel Memory Store using [Chroma](https://docs.trychroma.com/), open-source embedding database.
This assembly contains implementation of Semantic Kernel Memory Store using [Chroma](https://www.trychroma.com/), open-source embedding database.

**Note:** Chroma connector is verified using Chroma version **0.4.10**. Any higher versions may introduce incompatibility.

Expand Down

0 comments on commit 6239045

Please sign in to comment.