Skip to content

Library Guides

Sayou Fabric is composed of independent Python packages. Each follows the same 3-Tier design pattern — install only what you need, replace any component at any layer.

Bash
pip install sayou-brain        # full stack
pip install sayou-chunking     # just the splitter

Package Version Description
sayou-brain PyPI Pipeline orchestrator — wires all modules together
sayou-connector PyPI Universal ingestor — files, APIs, databases, SaaS
sayou-document PyPI Layout-preserving parser — PDF, Office, Image
sayou-refinery PyPI Data cleaning, normalization, PII masking
sayou-chunking PyPI Polyglot structural splitter with AST call-graph
sayou-wrapper PyPI Chunk → typed SayouNode with ontology mapping
sayou-assembler PyPI Node → Edge resolution — CALLS, INHERITS, IMPORTS…
sayou-loader PyPI Persistence — VectorDB, Graph DB, JSON
sayou-extractor PyPI Hybrid search — Vector + Graph retrieval
sayou-llm PyPI Unified LLM adapter interface
sayou-visualizer PyPI 3D KG rendering and pipeline DAG tracing