Skip to content

Commit

Permalink
feat: instrumentation for chromadb (#79)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
3 people authored Apr 22, 2024
1 parent d3228a9 commit 085f4fb
Show file tree
Hide file tree
Showing 22 changed files with 6,972 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
cache: "npm"
node-version-file: ".nvmrc"

- run: pip3 install chromadb

- uses: nrwl/nx-set-shas@v3
- run: npm ci
- name: Build
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ Thumbs.db
.nx

# env
.env*
.env*
chroma.sqlite3
chroma.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ OpenLLMetry-JS can instrument everything that [OpenTelemetry already instruments
### Vector DBs

- ✅ Pinecone
- Chroma
- Chroma
- ⏳ Weaviate
- ⏳ Milvus

Expand Down
Loading

0 comments on commit 085f4fb

Please sign in to comment.