docs: fix some spelling mistakes caught by newest version of code spell (#22090)

Going to merge this even though it doesn't pass all tests, and open a
separate PR for the remaining spelling mistakes.
This commit is contained in:
Eugene Yurtsev
2024-05-23 16:59:11 -04:00
committed by GitHub
parent 38783d07c9
commit 2d693c484e
10 changed files with 10 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ class Milvus(VectorStore):
primary_field (str): Name of the primary key field. Defaults to "pk".
text_field (str): Name of the text field. Defaults to "text".
vector_field (str): Name of the vector field. Defaults to "vector".
metadata_field (str): Name of the metadta field. Defaults to None.
metadata_field (str): Name of the metadata field. Defaults to None.
When metadata_field is specified,
the document's metadata will store as json.