-
Notifications
You must be signed in to change notification settings - Fork 114
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
[Bug]: Default grpc received message size 4194304(4MB) is too small #831
Comments
/assign @congqixia |
congqixia
added a commit
to congqixia/milvus-sdk-go
that referenced
this issue
Oct 17, 2024
Related to milvus-io#831 Signed-off-by: Congqi Xia <[email protected]>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Oct 17, 2024
Related to milvus-io/milvus-sdk-go#831 Signed-off-by: Congqi Xia <[email protected]>
sre-ci-robot
pushed a commit
to milvus-io/milvus
that referenced
this issue
Oct 17, 2024
Related to milvus-io/milvus-sdk-go#831 Signed-off-by: Congqi Xia <[email protected]>
congqixia
added a commit
to congqixia/milvus-sdk-go
that referenced
this issue
Oct 21, 2024
Related to milvus-io#831 Signed-off-by: Congqi Xia <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Oct 22, 2024
Cherry pick from master pr: #832 Related to #831 --------- Signed-off-by: Congqi Xia <[email protected]>
congqixia
added a commit
to congqixia/milvus-sdk-go
that referenced
this issue
Nov 7, 2024
Related to milvus-io#831 Signed-off-by: Congqi Xia <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Nov 7, 2024
Related to #831 Signed-off-by: Congqi Xia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current Behavior
Query and output 1000 1536-dim vectors failed:
User need to upgrade grpc.MaxCallRecvMsgSize. Maybe go sdk should a default MAX value. Java sdk is 2Gb, pymilvus is -1
Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: