chromadb-java-client icon indicating copy to clipboard operation
chromadb-java-client copied to clipboard

A thin client for Chroma Vector DB implemented in Java

Results 8 chromadb-java-client issues
Sort by recently updated
recently updated
newest added

My understanding was that ChromaDB's [default embeddings](https://docs.trychroma.com/embeddings#default-all-minilm-l6-v2) are running locally and do not require an API key. However I cannot find an example like this in the README, all examples...

![image](https://github.com/amikos-tech/chromadb-java-client/assets/54974888/4fdcf2c9-0959-4127-9219-bd160d35ab8a) 您好,因为我目前所处中国境内.为了保证可以正常使用openai的所有服务,我们对openai的地址做了代理.我查看readma发现咱们项目可以使用自定义openai代理,所以我构建如图的代码测试.但是报错如下: ![image](https://github.com/amikos-tech/chromadb-java-client/assets/54974888/6e648b02-e738-40d1-b430-956c28434966) 我确认我们的代理是可以正常请求的: ![image](https://github.com/amikos-tech/chromadb-java-client/assets/54974888/f1748820-dff6-42bf-ab29-c95b96725c65) 请求改问题是否因为我的错误使用导致又或是其他问题. 感谢

The following classes is not exist in source code: import tech.amikos.chromadb.handler.ApiClient; import tech.amikos.chromadb.handler.ApiException; import tech.amikos.chromadb.handler.DefaultApi;

According to the Chroma documentation there is an offset and include value for the get method. These seem to be missing?

enhancement

Restructured the code so that there is a proper flow Composed some objects like client into collection and collection into a new object embedding The changes were made so that...

# About As a user, I want the Java client to support auth. ## Acceptance Criteria - [ ] Auth abstractions - [ ] Basic Auth support - [ ]...

enhancement

Unable to use `Where` and `Where_document` because in code it's just Map but in the documentation it's something like: `{ "metadata_field": { "$nin": ["value1", "value2", "value3"] } }` Can you...

enhancement