Skip to content

Commit 6239045

Browse files
committed
Merge branch 'main' into fix-mongo-settings
2 parents 278b5d7 + 2601e32 commit 6239045

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
markdown-link-check:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
# check out the latest version of the code
1515
steps:
1616
- uses: actions/checkout@v4

dotnet/src/Connectors/Connectors.Memory.Chroma/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Microsoft.SemanticKernel.Connectors.Chroma
22

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

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

0 commit comments

Comments
 (0)