Summary
User is facing a connection timeout issue while integrating Milvus with a custom builder. The error indicates a failure in establishing a connection due to host and credential verification.
Question
I am currently integrating Milvus with a custom builder that I developed. Milvus, running locally, serves as our vectorized database, while the custom builder uses a non-vectorized database. I need to integrate these two systems to create a unified API endpoint, which will serve as the main interface for our chatbot.
currently, we are having one issue with connecting the Milvus, is there any solution to it?
Connection timed out, check your host and credentials Traceback (most recent call last): File "/airbyte/integration_code/destination_milvus/indexer.py", line 79, in check self._create_client() File "/airbyte/integration_code/destination_milvus/indexer.py", line 59, in _create_client self._connect_with_timeout() File "/airbyte/integration_code/destination_milvus/indexer.py", line 46, in _connect_with_timeout raise Exception("Connection timed out, check your host and credentials") Exception: Connection timed out, check your host and credentials```
<br>
---
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. [Click here](https://airbytehq.slack.com/archives/C027KKE4BCZ/p1731999100405119) if you want
to access the original thread.
[Join the conversation on Slack](https://slack.airbyte.com)
<sub>
['milvus', 'connection-timed-out', 'custom-builder', 'api-endpoint', 'vectorized-database']
</sub>