site_name: Pagepiper site_description: Self-hosted PDF and EPUB library with BM25 full-text search, hybrid vector retrieval, and LLM-powered RAG chat. site_author: Circuit Forge LLC site_url: https://docs.circuitforge.tech/pagepiper repo_url: https://git.opensourcesolarpunk.com/Circuit-Forge/pagepiper repo_name: Circuit-Forge/pagepiper theme: name: material palette: - scheme: default primary: deep purple accent: purple toggle: icon: material/brightness-7 name: Switch to dark mode - scheme: slate primary: deep purple accent: purple toggle: icon: material/brightness-4 name: Switch to light mode features: - navigation.tabs - navigation.sections - navigation.expand - navigation.top - search.suggest - search.highlight - content.code.copy markdown_extensions: - admonition - pymdownx.details - pymdownx.superfences: custom_fences: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format - pymdownx.highlight: anchor_linenums: true - pymdownx.tabbed: alternate_style: true - tables - toc: permalink: true nav: - Home: index.md - Getting Started: - Installation: getting-started/installation.md - Quick Start: getting-started/quick-start.md - Ollama Setup: getting-started/ollama-setup.md - User Guide: - Library: user-guide/library.md - Search: user-guide/search.md - Chat: user-guide/chat.md - Reference: - Architecture: reference/architecture.md - Tier System: reference/tier-system.md - Environment Variables: reference/environment-variables.md extra_javascript: - plausible.js