This commit is contained in:
@@ -27,6 +27,7 @@ namespace MilvusDemo
|
||||
static async Task RunActualMilvusOperations()
|
||||
{
|
||||
// 初始化MilvusService
|
||||
const string password = "123456789";
|
||||
const string host = "localhost";
|
||||
const int port = 19530;
|
||||
const string collectionName = "csharp_demo_collection";
|
||||
|
||||
Reference in New Issue
Block a user