We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69ed6b commit a6e82ceCopy full SHA for a6e82ce
runtime/deer-flow/.env.example
@@ -55,7 +55,7 @@ TAVILY_API_KEY=tvly-xxx
55
56
# RAG_PROVIDER: milvus (using free milvus instance on zilliz cloud: https://docs.zilliz.com/docs/quick-start )
57
RAG_PROVIDER=milvus
58
-MILVUS_URI=http://milvus-standalone:19530
+MILVUS_URI=http://milvus:19530
59
MILVUS_USER=root
60
MILVUS_PASSWORD=Milvus
61
MILVUS_AUTO_LOAD_EXAMPLES=false
0 commit comments