Skip to main content

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 TypeDescription
IntegerThe 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.
TextThe value is UTF-8 text.
BooleanThe value is Boolean
NullIf metadata is not present, its absence is indicated by NULL.