Skip to content

Commit 533f190

Browse files
authored
[DOC] Adding community-contributed PHP client (#5148)
1 parent cf1a013 commit 533f190

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/docs.trychroma.com/markdoc/content/docs/overview/introduction.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,23 @@ Continue with the full [getting started guide](./getting-started).
6767

6868
## Language Clients
6969

70-
| Language | Client |
71-
|---------------|--------------------------------------------------------------------------------------------------------------------------|
72-
| Python | [`chromadb`](https://pypistats.org/packages/chromadb) (by Chroma) |
73-
| Javascript | [`chromadb`](https://www.npmjs.com/package/chromadb) (by Chroma) |
74-
| Ruby | [from @mariochavez](https://github.com/mariochavez/chroma) |
75-
| Java | [from @t_azarov](https://github.com/amikos-tech/chromadb-java-client) |
76-
| Java | [from @locxngo](https://github.com/locxngo/chroma-client) (Java 17+, ChromaAPI V2) |
77-
| Go | [from @t_azarov](https://github.com/amikos-tech/chroma-go) |
78-
| C#/.NET | [from @cincuranet, @ssone95, @microsoft](https://github.com/ssone95/ChromaDB.Client) |
79-
| Rust | [from @Anush008](https://crates.io/crates/chromadb) |
80-
| Elixir | [from @3zcurdia](https://hex.pm/packages/chroma/) |
81-
| Dart | [from @davidmigloz](https://pub.dev/packages/chromadb) |
82-
| PHP | [from @CodeWithKyrian](https://github.com/CodeWithKyrian/chromadb-php) |
83-
| PHP (Laravel) | [from @HelgeSverre](https://github.com/helgeSverre/chromadb) |
84-
| Clojure | [from @levand](https://github.com/levand/clojure-chroma-client) |
85-
| R | [from @cynkra](https://cynkra.github.io/rchroma/) |
86-
| C++ | [from @BlackyDrum](https://github.com/BlackyDrum/chromadb-cpp) |
70+
| Language | Client |
71+
|---------------|-----------------------------------------------------------------------------------------------------------------------------|
72+
| Python | [`chromadb`](https://pypistats.org/packages/chromadb) (by Chroma) |
73+
| Javascript | [`chromadb`](https://www.npmjs.com/package/chromadb) (by Chroma) |
74+
| Ruby | [from @mariochavez](https://github.com/mariochavez/chroma) |
75+
| Java | [from @t_azarov](https://github.com/amikos-tech/chromadb-java-client) |
76+
| Java | [from @locxngo](https://github.com/locxngo/chroma-client) (Java 17+, ChromaAPI V2) |
77+
| Go | [from @t_azarov](https://github.com/amikos-tech/chroma-go) |
78+
| C#/.NET | [from @cincuranet, @ssone95, @microsoft](https://github.com/ssone95/ChromaDB.Client) |
79+
| Rust | [from @Anush008](https://crates.io/crates/chromadb) |
80+
| Elixir | [from @3zcurdia](https://hex.pm/packages/chroma/) |
81+
| Dart | [from @davidmigloz](https://pub.dev/packages/chromadb) |
82+
| PHP | [from @CodeWithKyrian](https://github.com/CodeWithKyrian/chromadb-php), [from @pari](https://github.com/pari/phpMyChroma) |
83+
| PHP (Laravel) | [from @HelgeSverre](https://github.com/helgeSverre/chromadb) |
84+
| Clojure | [from @levand](https://github.com/levand/clojure-chroma-client) |
85+
| R | [from @cynkra](https://cynkra.github.io/rchroma/) |
86+
| C++ | [from @BlackyDrum](https://github.com/BlackyDrum/chromadb-cpp) |
8787

8888

8989
{% br %}{% /br %}

0 commit comments

Comments
 (0)