The VectorShift Python SDK targets the same backend as the visual editor — anything you build in the SDK is editable in the platform UI and vice versa. Pick a primitive and start shipping.Documentation 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
A graph of nodes (LLMs, loaders, transforms, knowledge readers) you build, save, and run.
Agent
Tools, typed I/O, and multi-turn conversations via
Session.Knowledge Base
Managed vector + document store you query directly or expose as a tool on an Agent.
Concepts
Pipeline vs Agent vs Knowledge Base vs Session — when to use which.
Get started in 60 seconds
Authenticate
Run your first pipeline
Follow the Quickstart for a five-line LLM pipeline you can paste and run.
What you can build
RAG pipelines
Wire a knowledge-base reader into an LLM in a few lines.
Conversational agents
Tools, approvals, and streamed tool events out of the box.
Background batch runs
Kick off long-running jobs and poll for results.
Streaming chatbots
Multi-turn sessions with token-level streaming.
Reference
Pipeline reference
Every public method, grouped by topic.
Agent reference
Lifecycle, tools, running, types.
Errors
Full exception hierarchy with status codes.
