Skip to content

Commit

Permalink
Update FieldSchema().md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyTsu1984 authored Dec 8, 2023
1 parent 9fbe688 commit c42eab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API_Reference/pymilvus/v2.3.x/Schema/FieldSchema().md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Scalar field supports:
- DOUBLE: numpy.double
- VARCHAR: VARCHAR

You can create a JSON field, comprising key-value pairs. Each key should be a string and values can be numbers, strings, boolean values, arrays, and lists. For details, read ["JSON: a new data type"](dynamic_schema#Json-a-new-data-type).
You can create a JSON field, comprising key-value pairs. Each key should be a string and values can be numbers, strings, boolean values, arrays, and lists. For details, read [JavaScript Object Notation](https://milvus.io/docs/json_data_type.md).

Vector field supports:
- BINARY_VECTOR: Binary vector
Expand Down

0 comments on commit c42eab5

Please sign in to comment.