From a6e82ce68b90edfea45a0545b099481d49d44a2f Mon Sep 17 00:00:00 2001 From: hhhhsc701 <56435672+hhhhsc701@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:17:02 +0800 Subject: [PATCH] fix: update MILVUS_URI in .env.example for correct service endpoint (#159) --- runtime/deer-flow/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/deer-flow/.env.example b/runtime/deer-flow/.env.example index 41964a1..3b04f63 100644 --- a/runtime/deer-flow/.env.example +++ b/runtime/deer-flow/.env.example @@ -55,7 +55,7 @@ TAVILY_API_KEY=tvly-xxx # RAG_PROVIDER: milvus (using free milvus instance on zilliz cloud: https://docs.zilliz.com/docs/quick-start ) RAG_PROVIDER=milvus -MILVUS_URI=http://milvus-standalone:19530 +MILVUS_URI=http://milvus:19530 MILVUS_USER=root MILVUS_PASSWORD=Milvus MILVUS_AUTO_LOAD_EXAMPLES=false