Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tmc opened this issue Dec 20, 2023 · 0 comments
Open

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

tmc opened this issue Dec 20, 2023 · 0 comments

Comments

@tmc
Copy link

tmc commented Dec 20, 2023

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

But https://pkg.go.dev/github.com/weaviate/weaviate-go-client/[email protected]/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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant