PutVectaraDocument 2025.10.9.21

Bundle

com.snowflake.openflow.runtime | runtime-vectara-processors-nar

Description

Generate and upload a JSON document to Vectara’s upload endpoint. The input text can be JSON Object, JSON Array, or JSONL format.

Tags

ai, llm, openflow, rag, vectara

Input Requirement

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Corpus IDIdentifier of the Vectara corpus
Document AttributesA comma delimited list of NiFi attributes fields, which if present will be included in the document metadata.
Document AuthorAuthor of the document
Document Creation TimeTimestamp in epoch seconds when the document was created
Document DateDate of document creation
Document DescriptionDescription of the document
Document IDA unique identifier for the document constructed either from the source path of the document or a hash of the document’s content.
Document Source URLSource URL for document
Document TitleDocument Title
Index Input FormatInput format for indexing service. JSON Object: Load FlowFile content directly as JSON payload. JSON Lines: Create a new section for each line of JSON. JSON Array: Load FlowFile content as a JSON array and create a new section for each element in the JSON array.
Section Custom DimensionsA comma delimited list of metadata fields, which if present in the metadata path will be included as a section’s custom dimension. The values for custom dimensions must be valid numbers.
Section Filter AttributesA comma delimited list of metadata fields, which if present in the metadata path will be included as a section metadata filter.
Section ID AttributeThe field for setting section id, which is populated if present in the metadata path.
Section Metadata AttributesA comma delimited list of metadata fields, which if present in the metadata path will be included will be included in the section metadata.
Section Metadata JSON PathA JSON Path expression to a metadata JSON Object. The JSON Object needs to contain the list of metadata fields. These fields will be included in Section metadata.
Section Text JSON PathA JSON Path expression to the text field.
Section Title AttributeThe field for setting the section title, which is populated if present in the metadata path.
Vectara ClientVectara Client Service.

Relationships

NameDescription
failureVectara failure relationship
originalOriginal relationship
successVectara success relationship

Use Cases Involving Other Components

Publish a PDF file to a Vectara corpus.

See also