Open angel-luis opened 1 year ago
@angel-luis I have been facing the same issue. Have you ever found the solution?
I don't remember exactly but I changed the method of using Milvus so I couldn't get a workaround about this issue.
Ah. I see. Thanks.
Is there an existing issue for this?
Describe the bug
When I connect using a uri
https://my-endpoint.ngrok-free.app:443
I get the following error:Expected Behavior
To connect to Milvus like when I'm connecting in localhost.
Steps/Code To Reproduce behavior
Install the langchain library and use Milvus class.
Environment details
Anything else?
I've tried to trace the error and the code execution ends in
pymilvus/client/grpc_handler.py
line 1837:The library is working when connecting to a localhost connection.
The ngrok point is pointing to the
19530
port in the host machine.