amikos-tech / chromadb-java-client

A thin client for Chroma Vector DB implemented in Java
MIT License
46 stars 7 forks source link

Collection.get is missing offset and include options #21

Open Jegorex opened 7 months ago

Jegorex commented 7 months ago

According to the Chroma documentation there is an offset and include value for the get method.

These seem to be missing?

tazarov commented 7 months ago

You are right @Jegorex, let me add it over the weekend, unless you already have a fix ready.

Jegorex commented 7 months ago

Thank you. I don't have a fix for it, but noticed it while looking through the documentation.