File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ This client works with Chroma Versions `0.4.3+`
1111- ✅ Default Embedding Function (all-mini-lm model)
1212- ✅ OpenAI Embedding Function
1313- ✅ Cohere Embedding Function
14- - ✅ HuggingFace Embedding Function
14+ - ✅ HuggingFace Embedding Function (Inference API)
1515- ✅ Ollama Embedding Function
16+ - ✅ Hugging Face Text Embedding Inference (HFEI) API
1617- [ ] Sentence Transformers
1718- [ ] PaLM API
1819- [ ] Custom Embedding Function
20+ - [ ] Cloudflare Workers AI
1921
2022### Feature Parity with ChromaDB API
2123
@@ -53,7 +55,7 @@ Add Maven dependency:
5355<dependency >
5456 <groupId >io.github.amikos-tech</groupId >
5557 <artifactId >chromadb-java-client</artifactId >
56- <version >0.1.6 </version >
58+ <version >0.1.7 </version >
5759</dependency >
5860```
5961
Original file line number Diff line number Diff line change 66 <name >Chroma Vector DB Java Client Library</name >
77 <groupId >io.github.amikos-tech</groupId >
88 <artifactId >chromadb-java-client</artifactId >
9- <version >0.1.6 </version >
9+ <version >0.1.7 </version >
1010 <description >
1111 Chroma Vector DB Java Client
1212 </description >
You can’t perform that action at this time.
0 commit comments