Skip to content

Commit 570d36d

Browse files
committed
Update doc.
1 parent 35b46fc commit 570d36d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/core/data_types.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This is the list of all basic types supported by CocoIndex:
2424
| float32 | `cocoindex.typing.Float32` |`float` |
2525
| float64 | `cocoindex.typing.Float64` |`float` |
2626
| range | `cocoindex.typing.Range` | `tuple[int, int]` |
27+
| uuid | `uuid.UUId` | `uuid.UUID` |
2728
| vector[*type*, *N*?] |`Annotated[list[type], cocoindex.typing.Vector(dim=N)]` | `list[type]` |
2829
| json | `cocoindex.typing.Json` | Any type convertible to JSON by `json` package |
2930

@@ -73,6 +74,7 @@ Currently, the following types are supported as types for key fields:
7374
- `bool`
7475
- `int64`
7576
- `range`
77+
- `uuid`
7678
- Struct with all fields being key types
7779

7880
### Vector Type

0 commit comments

Comments
 (0)