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
Hello!
While using milvus-sdk-node, I'm frequently running into the grpc issue mentioned here.
milvus-sdk-node
It looks like there's a workaround to the problem by overriding the default grpc channelOptions. Are these somehow exposed by the Milvus SDK?
channelOptions
Thank you!
The text was updated successfully, but these errors were encountered:
Hello! While using milvus-sdk-node, I'm frequently running into the grpc issue mentioned here. It looks like there's a workaround to the problem by overriding the default grpc channelOptions. Are these somehow exposed by the Milvus SDK? Thank you!
We haven't exposed this in the release.
Here is the code,
milvus-sdk-node/milvus/BaseClient.ts
Line 66 in 64a941b
And also I think the params of the client constructor should be an object other than 4 parameters. We will do it in the next release.
If you would like to contribute to this, that will be great.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello!
While using
milvus-sdk-node
, I'm frequently running into the grpc issue mentioned here.It looks like there's a workaround to the problem by overriding the default grpc
channelOptions
. Are these somehow exposed by the Milvus SDK?Thank you!
The text was updated successfully, but these errors were encountered: