Make database name as default by default for Milvus

This commit is contained in:
Madhavan Sridharan
2024-04-16 12:23:36 -04:00
parent c2aa0bf877
commit 8cf5c8bbab

View File

@@ -4,7 +4,7 @@ description: |
Template Variables:
TEMPLATE(milvushost,localhost)
TEMPLATE(datafile)
TEMPLATE(database,baselines)
TEMPLATE(database,default)
TEMPLATE(collection,vector)
TEMPLATE(trainsize,1183514)
TEMPLATE(testsize,10000)