mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 06:58:30 +02:00
Fix misplaced cshard example
This commit is contained in:
@@ -1065,6 +1065,10 @@ client.collection_info("{collection_name}").await?;
|
||||
client.getCollectionInfoAsync("{collection_name}").get();
|
||||
```
|
||||
|
||||
```csharp
|
||||
await client.GetCollectionInfoAsync("{collection_name}");
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Expected result</summary>
|
||||
|
||||
@@ -1119,12 +1123,6 @@ client.getCollectionInfoAsync("{collection_name}").get();
|
||||
</details>
|
||||
<br/>
|
||||
|
||||
|
||||
|
||||
```csharp
|
||||
await client.GetCollectionInfoAsync("{collection_name}");
|
||||
```
|
||||
|
||||
If you insert the vectors into the collection, the `status` field may become
|
||||
`yellow` whilst it is optimizing. It will become `green` once all the points are
|
||||
successfully processed.
|
||||
|
||||
Reference in New Issue
Block a user