From 5af3d9588eeae8324eeba97244d045d14b1a7e5a Mon Sep 17 00:00:00 2001 From: Milvus-doc-bot Date: Tue, 12 Sep 2023 14:09:46 +0000 Subject: [PATCH] Release new docs --- .../en/getstarted/install_SDKs/install-csharp.md | 2 +- v2.2.x/site/en/userGuide/create_collection.md | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/v2.2.x/site/en/getstarted/install_SDKs/install-csharp.md b/v2.2.x/site/en/getstarted/install_SDKs/install-csharp.md index 8d59151cf..4d9a53d69 100644 --- a/v2.2.x/site/en/getstarted/install_SDKs/install-csharp.md +++ b/v2.2.x/site/en/getstarted/install_SDKs/install-csharp.md @@ -21,7 +21,7 @@ The current version of Milvus supports SDKs in Python, Node.js, GO, Java, and C# Run the following command to install Milvus C# SDK. ```shell -> dotnet add package Milvus.Client --version 2.2.2-preview.5 +dotnet add package Milvus.Client --version 2.2.2-preview.6 ``` ## What's next diff --git a/v2.2.x/site/en/userGuide/create_collection.md b/v2.2.x/site/en/userGuide/create_collection.md index a99cd7eb8..17b72629e 100644 --- a/v2.2.x/site/en/userGuide/create_collection.md +++ b/v2.2.x/site/en/userGuide/create_collection.md @@ -151,14 +151,6 @@ CreateCollectionParam createCollectionReq = CreateCollectionParam.newBuilder() .build(); ``` -
- -```shell -create collection -c book -f book_id:INT64:book_id -f word_count:INT64:word_count -f book_intro:FLOAT_VECTOR:2 -p book_id -``` - -
- ```curl curl -X 'POST' \ '${MILVUS_HOST}:${MILVUS_PORT}/v1/vector/collections/create'' \ @@ -597,7 +589,7 @@ var schema = new CollectionSchema - CollectionSchema + CollectionSchema The logical definition of a collection, describing the fields which makes it up. Possible parameters: - FieldSchema + FieldSchema The logical definition of a collection, describing the fields which makes it up. Possible methods: