Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Sep 14, 2023
1 parent 5af3d95 commit 60f9ba4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion v2.2.x/site/en/userGuide/create_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ curl -X 'POST' \
```

<div class="language-curl">

Output:

```json
Expand All @@ -177,6 +178,8 @@ Output:
}
```

</div>

```csharp
var schema = new CollectionSchema
{
Expand All @@ -192,7 +195,7 @@ var schema = new CollectionSchema
};
```

</div>


<table class="language-python">
<thead>
Expand Down

0 comments on commit 60f9ba4

Please sign in to comment.