Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt

Use this file to discover all available pages before exploring further.

Vector DB Query

Search for similar documents using semantic/vector search

Properties

PropertyValue
Typevector-db-query
FamilyActions
GroupDatabase

Parameters

NameLabelTypeDescriptionRequired
providerVector DB ProviderSelectChoose the vector database providerYes
querySearch QueryStringText query to search for similar documentsYes
topKTop K ResultsNumberNumber of similar documents to returnNo
filterMetadata FilterJSONOptional filter to apply on metadata (provider-specific format)No

Outputs

NameLabelTypeDescription
resultsresultsarrayArray of matching documents with scores
countcountnumberNumber of results returned