TheDocumentation Index
Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt
Use this file to discover all available pages before exploring further.
Pipeline class is the main entry point for building, saving, and running
VectorShift pipelines from Python. Pipelines are graphs of nodes (LLMs, data
loaders, transforms, knowledge-base readers, …) that you assemble with the
fluent pipeline.add builder, then save() and run() against the platform.
Recently the pipeline API gained background runs (start/stream/terminate),
async variants of every method, and user/org-scoped sharing (share(user_id=...)).
Quick start
Next
Reference
Every public method, grouped by topic.
Examples
Runnable examples to copy-paste and adapt.
