Search Node

vellum.workflows.nodes.SearchNode

Used to perform a hybrid search against a Document Index in Vellum.

Attributes

document_index
Union[UUID, str]Required

Either the UUID or name of the Vellum Document Index that you’d like to search against

query
strRequired

The query to search for

options
SearchRequestOptionsRequest

Runtime configuration for the search

chunk_separator
str

The separator to use when joining the text of each search result

Outputs

text
str

The concatenated text output from the search

results
List[SearchResult]

The raw results from the search