Data Types
This section provides a list of the various data types supported by Vectara, helping you make informed decisions when working with different data types.
| Data Type | Description | 
|---|---|
| Integer | The value is a signed integer up to eight bytes in length. | 
| Real (Float) | The value is a floating point number corresponding to a Java double, and is of IEEE 754 float64 format. | 
| Text | The value is UTF-8 text. | 
| Boolean | The value is Boolean | 
| Null | If metadata is not present, its absence is indicated by NULL. |