mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
doc: README.md: has->have (#40152)
doc: "The vectors ... has" -> "The vectors ... have" Signed-off-by: Eli Boyarski <eli@boyar.ski>
This commit is contained in:
parent
1cc88d7755
commit
43cd9fa0f4
@ -51,7 +51,7 @@ With the client, you can create collection:
|
|||||||
```python
|
```python
|
||||||
client.create_collection(
|
client.create_collection(
|
||||||
collection_name="demo_collection",
|
collection_name="demo_collection",
|
||||||
dimension=768, # The vectors we will use in this demo has 768 dimensions
|
dimension=768, # The vectors we will use in this demo have 768 dimensions
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user