weaviate / weaviate-go-client

BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Break dependency on github.com/weaviate/weaviate #197

Open tmc opened 9 months ago

tmc commented 9 months ago

This go client /almost/ doesn't depend on the rest of weaviate:

But https://pkg.go.dev/github.com/weaviate/weaviate-go-client/v4@v4.12.1/weaviate/batch?tab=imports imports models -- this ends up causing users of this client library transitively depend on more than I'd hope. Could you try to prune this to minimize how much of weaviate proper's dependencies are required? Either by duping those types or introducing a smaller module containing them?