Skip to content

Commit fc050ab

Browse files
authored
feat: Release 0.1.7 (#71)
1 parent cfe3d7d commit fc050ab

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)