Modules
Ingestion Pipeline
An IngestionPipeline
uses a concept of Transformations
that are applied to input data.
These Transformations
are applied to your input data, and the resulting nodes are either returned or inserted into a vector database (if given).
Installation
Usage Pattern
The simplest usage is to instantiate an IngestionPipeline like so:
Connecting to Vector Databases
When running an ingestion pipeline, you can also chose to automatically insert the resulting nodes into a remote vector store.
Then, you can construct an index from that vector store later on.
API Reference
Edit on GitHub
Last updated on