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

Move away from swagger generated APIs

Open tazarov opened this issue 6 months ago • 0 comments

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 will allow us to build a more robust client that is simpler with fewer dependencies

--- EDIT ---

An additional benefit of not using the generated bindings is that objects can be made a bit more flexible with utility methods and their own behaviour including builders.

tazarov avatar Aug 12 '24 15:08 tazarov