Hi
I've been using milvus on google colab to vectorize some text for a while. today i got the error:
"ERROR:root:Start milvus-lite failed
2025-06-26 10:03:43,951 [ERROR][_create_connection]: Failed to create new connection using: 368e631280a247d7b5c5c279f34fd23d (milvus_client.py:916)"
tried to make it simple, so this is what i ran, but its not working:
!pip install -U pymilvus
from pymilvus import MilvusClient
client = MilvusClient("./milvus_db.db")
The interesting part is that the code works on my machine. i don't know what caused the error.

Hi
I've been using milvus on google colab to vectorize some text for a while. today i got the error:
"ERROR:root:Start milvus-lite failed
2025-06-26 10:03:43,951 [ERROR][_create_connection]: Failed to create new connection using: 368e631280a247d7b5c5c279f34fd23d (milvus_client.py:916)"
tried to make it simple, so this is what i ran, but its not working:
The interesting part is that the code works on my machine. i don't know what caused the error.