We want to document all data types we have that we support. Mostly this is Arrow types, but there are four important types we should make sure to include and might need special instructions:
- FixedSizeList of floats or uint8 are what we represent vectors (like embeddings as)
- UUIDs
- We have a JSON type that matches with the JSON columns
- We have a Blob column that that allows efficient access for large values.
The later two are treated as extension types.
There are some types we shouldn't emphasize because we don't support them well right now. This includes:
We want to document all data types we have that we support. Mostly this is Arrow types, but there are four important types we should make sure to include and might need special instructions:
The later two are treated as extension types.
There are some types we shouldn't emphasize because we don't support them well right now. This includes: