This guide covers the platform SDK (
flexorch-sdk). For local file auditing with the zero-dependency OSS library, see flexorch-audit LlamaIndex.Install
FlexOrchReader
FlexOrchReader fetches all chunks from a built FlexOrch dataset with automatic pagination and returns RAGDocument objects that are duck-type compatible with LlamaIndex’s Document (.text property, .metadata dict).
Parameters
Chunk access via
GET /v1/datasets/{id}/chunks requires a Pro or Enterprise plan.VectorStoreIndex
Persist and reload
Streaming query
Filter by quality at query time
Multi-dataset index
Load chunks from several datasets into a single index:RAGDocument fields
FlexOrchReader.load_data() returns a list of RAGDocument objects:
Metadata keys:
RAG pipeline overview
End-to-end guide: export vs. managed search
LangChain integration
FlexOrchRetriever for chain-based retrieval