Skip to main content

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