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 Upsert

Store text documents in a vector database for semantic search

Properties

PropertyValue
Typevector-db-upsert
FamilyActions
GroupDatabase

Parameters

NameLabelTypeDescriptionRequired
providerVector DB ProviderSelectChoose the vector database providerYes
documentsDocumentsJSONArray of documents to upsert. Each should have: id (string), text (string), optional metadata (object)Yes

Outputs

NameLabelTypeDescription
upsertedCountupsertedCountnumberNumber of documents upserted
successsuccessbooleanWhether the operation succeeded