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 Aug 1, 2023
1 parent 1577f65 commit eeac590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2.2.x/site/en/reference/dynamic_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ connections.connect(host='localhost', port='19530')

# 1. define fields
fields = [
FieldSchema(name="id", dtype=DataType.INT64, is_primary=True, auto_id=True, max_length=100),
FieldSchema(name="id", dtype=DataType.INT64, is_primary=True, auto_id=True),
FieldSchema(name="title", dtype=DataType.VARCHAR, max_length=512),
FieldSchema(name="title_vector", dtype=DataType.FLOAT_VECTOR, dim=768)
]
Expand Down

0 comments on commit eeac590

Please sign in to comment.