Skip to content

Commit ea2afe0

Browse files
committed
fix: update MILVUS_URI in .env.example for correct service endpoint
1 parent f69ed6b commit ea2afe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/deer-flow/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ TAVILY_API_KEY=tvly-xxx
5555

5656
# RAG_PROVIDER: milvus (using free milvus instance on zilliz cloud: https://docs.zilliz.com/docs/quick-start )
5757
RAG_PROVIDER=milvus
58-
MILVUS_URI=http://milvus-standalone:19530
58+
MILVUS_URI=http://milvus:19530
5959
MILVUS_USER=root
6060
MILVUS_PASSWORD=Milvus
6161
MILVUS_AUTO_LOAD_EXAMPLES=false

0 commit comments

Comments
 (0)