Vector fields are a module feature introduced in version 24.4
Introduction
Vector fields and vector field definitions allow for storing vectors of floating point numbers. Such vectors are for example generated by an AI Connector and used for Similarity Search (POC) /wiki/spaces/CS/pages/4434231329. An example of a vector with 4 dimensions is [0.5, -0.5, -0.5, -0.5]
.
...