CrateDB supports vector search, there are two components for this feature, the column datatype FLOAT_VECTOR and the knn_match function to perform vector search.
Django does not support vector fields natively, we'd have to create it ourselves.
cc @amotl
CrateDB supports vector search, there are two components for this feature, the column datatype FLOAT_VECTOR and the knn_match function to perform vector search.
Django does not support vector fields natively, we'd have to create it ourselves.
cc @amotl