You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to set one of the following parameters clientMaxRecvSize or clientMaxSendSize, while using MilvusClient (from MilvusVectorStore, the LlamaIndex integration)
Intention is to solve the current issue:
run_pipeline: unexptected error occurred: err=<AioRpcError of RPC that terminated with:
status = StatusCode.RESOURCE_EXHAUSTED
details = "Received message larger than max (335498010 vs. 268435456)"
debug_error_string = "UNKNOWN:Error received from peer unix:/var/folders/xn/4gqtx0wx3lb2yfvlkt9r8xz80000gn/T/tmp4h95t8sy_docling.db.sock {created_time:"2025-01-05T20:16:59.296208+01:00", grpc_status:8, grpc_message:"Received message larger than max (335498010 vs. 268435456)"}"
thinking to set (proxy.grpc.)clientMaxSendSize or (proxy.grpc.)clientMaxRecvSize, but not clear how and where - because the milvus.yaml configuration file is not used in such scenarios.
thanks for any hint.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
@XuanYang-cn yes correctly, I would like to change the value, to a higher one. How is it possible to change this one, in the case that changing this milvus.yaml is not an option
Is there an existing issue for this?
What is your question?
How to set one of the following parameters clientMaxRecvSize or clientMaxSendSize, while using MilvusClient (from MilvusVectorStore, the LlamaIndex integration)
Intention is to solve the current issue:
thinking to set
(proxy.grpc.)clientMaxSendSize
or(proxy.grpc.)clientMaxRecvSize
, but not clear how and where - because the milvus.yaml configuration file is not used in such scenarios.thanks for any hint.
Anything else?
No response
The text was updated successfully, but these errors were encountered: