chromadb-java-client
chromadb-java-client copied to clipboard
Move away from swagger generated APIs
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.