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