We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: