-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request