File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dotnet/src/Connectors/Connectors.Memory.Chroma Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
11
11
jobs :
12
12
markdown-link-check :
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-22.04
14
14
# check out the latest version of the code
15
15
steps :
16
16
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
# Microsoft.SemanticKernel.Connectors.Chroma
2
2
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.
4
4
5
5
** Note:** Chroma connector is verified using Chroma version ** 0.4.10** . Any higher versions may introduce incompatibility.
6
6
You can’t perform that action at this time.
0 commit comments