chromadb-java-client
chromadb-java-client copied to clipboard
A thin client for Chroma Vector DB implemented in Java
It is easier to work with records than columnar data as the default API way of returning data. Example ```java package tech.amikos.chromadb; import java.util.List; public class Record { private final...
# Where ```java package tech.amikos.chromadb; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import java.util.List; public class WhereBuilder { private final JsonObject filter = new JsonObject(); private WhereBuilder() { } public static WhereBuilder create()...
- [ ] Create collection - [ ] Update collection - [ ] Add records - [ ] Update records - [ ] Upsert records - [ ] Delete records...
We don't need the complexity of the generated swagger spec. Instead we can move to a slim dependency on only okhttp + a few classes to represent the requests. This...
"Does it support the official documentation at https://docs.trychroma.com/integrations/hugging-face-server?" "Thank you."