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:
Eli Boyarski 2025-03-28 21:12:21 +03:00 committed by GitHub
parent 1cc88d7755
commit 43cd9fa0f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
) )
``` ```