Skip to content

Commit 085f4fb

Browse files
5war00pnirgadependabot[bot]
authored
feat: instrumentation for chromadb (#79)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Nir Gazit <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3228a9 commit 085f4fb

22 files changed

+6972
-10
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
cache: "npm"
4343
node-version-file: ".nvmrc"
4444

45+
- run: pip3 install chromadb
46+
4547
- uses: nrwl/nx-set-shas@v3
4648
- run: npm ci
4749
- name: Build

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ Thumbs.db
4444
.nx
4545

4646
# env
47-
.env*
47+
.env*
48+
chroma.sqlite3
49+
chroma.log

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ OpenLLMetry-JS can instrument everything that [OpenTelemetry already instruments
115115
### Vector DBs
116116

117117
- ✅ Pinecone
118-
- Chroma
118+
- Chroma
119119
- ⏳ Weaviate
120120
- ⏳ Milvus
121121

0 commit comments

Comments
 (0)