Skip to content

Commit bbd6769

Browse files
committed
feat: Updated ecosystem links + client info for python and JS
1 parent b10377c commit bbd6769

File tree

1 file changed

+138
-0
lines changed

1 file changed

+138
-0
lines changed

docs/ecosystem/clients.md

+138
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
# Chroma Clients
2+
3+
## Python
4+
5+
| | |
6+
|---------------|--------------------------------------------------------------------------------|
7+
| Maintainer | Chroma Core team |
8+
| Repo | [https://github.com/chroma-core/chroma](https://github.com/chroma-core/chroma) |
9+
| Status | ✅ Stable |
10+
| Version | `0.4.25.dev0` ([PyPi Link](https://pypi.org/project/chromadb-client/)) |
11+
| Docs | [https://docs.trychroma.com/api](https://docs.trychroma.com/api) |
12+
| Compatibility | Python: `3.7+`, Chroma API Version: `0.4.15+` |
13+
14+
Feature Support:
15+
16+
| Feature | Supported |
17+
|-------------------|-----------|
18+
| Create Tenant ||
19+
| Get Tenant ||
20+
| Create DB ||
21+
| Get DB ||
22+
| Create Collection ||
23+
| Get Collection ||
24+
| List Collection ||
25+
| Count Collection ||
26+
| Delete Collection ||
27+
| Add Documents ||
28+
| Delete Documents ||
29+
| Update Documents ||
30+
| Query Documents ||
31+
| Get Document ||
32+
| Count Documents ||
33+
| Auth - Basic ||
34+
| Auth - Token ||
35+
| Reset ||
36+
37+
Embedding Function Support:
38+
39+
| Embedding Function | Supported |
40+
|-------------------------------|-----------|
41+
| OpenAI ||
42+
| Sentence Transformers ||
43+
| HuggingFace Inference API ||
44+
| Cohere ||
45+
| Google Vertex AI ||
46+
| Google Generative AI (Gemini) ||
47+
| OpenCLIP (Multi-modal) ||
48+
49+
!!! note "Embedding Functions"
50+
51+
The list above is not exhaustive. Check [official docs](https://docs.trychroma.com/embeddings) for up-to-date information.
52+
53+
## JavaScript
54+
55+
| | |
56+
|---------------|--------------------------------------------------------------------------------|
57+
| Maintainer | Chroma Core team |
58+
| Repo | [https://github.com/chroma-core/chroma](https://github.com/chroma-core/chroma) |
59+
| Status | ✅ Stable |
60+
| Version | `1.8.1` ([NPM Link](https://www.npmjs.com/package/chromadb)) |
61+
| Docs | [https://docs.trychroma.com/api](https://docs.trychroma.com/api) |
62+
| Compatibility | Python: `3.7+`, Chroma API Version: `TBD` |
63+
64+
Feature Support:
65+
66+
| Feature | Supported |
67+
|-------------------|-----------|
68+
| Create Tenant ||
69+
| Get Tenant ||
70+
| Create DB ||
71+
| Get DB ||
72+
| Create Collection ||
73+
| Get Collection ||
74+
| List Collection ||
75+
| Count Collection ||
76+
| Delete Collection ||
77+
| Add Documents ||
78+
| Delete Documents ||
79+
| Update Documents ||
80+
| Query Documents ||
81+
| Get Document ||
82+
| Count Documents ||
83+
| Auth - Basic ||
84+
| Auth - Token ||
85+
| Reset ||
86+
87+
Embedding Function Support:
88+
89+
| Embedding Function | Supported |
90+
|-------------------------------|-----------|
91+
| OpenAI ||
92+
| Sentence Transformers ||
93+
| HuggingFace Inference API ||
94+
| Cohere ||
95+
| Google Vertex AI ||
96+
| Google Generative AI (Gemini) ||
97+
| OpenCLIP (Multi-modal) ||
98+
99+
100+
!!! note "Embedding Functions"
101+
102+
The list above is not exhaustive. Check [official docs](https://docs.trychroma.com/embeddings) for up-to-date information.
103+
104+
## Ruby Client
105+
106+
https://github.com/mariochavez/chroma
107+
108+
## Java Client
109+
110+
https://github.com/amikos-tech/chromadb-java-client
111+
112+
## Go Client
113+
114+
https://github.com/amikos-tech/chroma-go
115+
116+
## C# Client
117+
118+
https://github.com/microsoft/semantic-kernel/tree/main/dotnet/src/Connectors/Connectors.Memory.Chroma
119+
120+
## Rust Client
121+
122+
https://crates.io/crates/chromadb
123+
124+
## Elixir Client
125+
126+
https://hex.pm/packages/chroma/
127+
128+
## Dart Client
129+
130+
https://pub.dev/packages/chromadb
131+
132+
## PHP Client
133+
134+
https://github.com/CodeWithKyrian/chromadb-php
135+
136+
## PHP (Laravel) Client
137+
138+
https://github.com/helgeSverre/chromadb

0 commit comments

Comments
 (0)