amikos-tech / chromadb-java-client

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

EF Builders #51

Closed tazarov closed 3 months ago

tazarov commented 3 months ago

Add builders akin to what OpenAI EF has now for other EFs to make the DX much more pleasant than long-winded and complex constructors.

Perhaps even consider removing any custom EF constructors other than the default (no args) one.