Skip to content

Vector Search Local Database

Purpose of the Node

The Vector Search Local Database node searches a local database using a specified vector. It supports optional SQL filters and result limits.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiates the node execution.Exec-
DatabaseA reference to the database connection.StructNodeDBConnection
VectorThe vector used for searching the database.ArrayFloat
SQL FilterAn optional SQL filter to refine search results.String-
LimitThe maximum number of results to return.Integer-
OffsetThe starting point for the search results.Integer-
EndSignals the completion of node execution.Exec-
ValuesThe results of the search, returned as an array of found items.StructArray