Skip to content

KnowledgeBaseFiles

KnowledgeBaseFiles

The KnowledgeBaseFiles step connects an ingestion pipeline to the knowledge bases. It is the entry point to ingestion pipelines.

When the pipeline is first deployed all files in the specified knowledge bases will be run through the pipeline.

Pipelines which start with this step do not need be run explicitly, once deployed the knowledge bases are watched and pipelines are triggered on file upload.

Step Args
Key Value Type Value Description
knowledgebase_names list[str] The knowledge bases that should be synced to the index

Note the empty array for the dependency list, which indicates that this step is the first in the pipeline.