polymathy 0.2.0

Turn search results into answers - a web service that fetches, chunks, and returns semantic content from search queries
Documentation
site_name: Polymathy Documentation
site_description: A high-performance web service for semantic search and content processing
site_author: Dipankar Sarkar
site_url: https://docs.skelfresearch.com/polymathy/

repo_name: skelfresearch/polymathy
repo_url: https://github.com/skelfresearch/polymathy

theme:
  name: material
  language: en
  palette:
    - media: "(prefers-color-scheme: light)"
      scheme: default
      primary: indigo
      accent: indigo
      toggle:
        icon: material/brightness-7
        name: Switch to dark mode
    - media: "(prefers-color-scheme: dark)"
      scheme: slate
      primary: indigo
      accent: indigo
      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
    - content.code.annotate
  icon:
    repo: fontawesome/brands/github

plugins:
  - search

markdown_extensions:
  - abbr
  - admonition
  - attr_list
  - def_list
  - footnotes
  - md_in_html
  - toc:
      permalink: true
  - pymdownx.betterem:
      smart_enable: all
  - pymdownx.caret
  - pymdownx.details
  - pymdownx.highlight:
      anchor_linenums: true
  - pymdownx.inlinehilite
  - pymdownx.keys
  - pymdownx.mark
  - pymdownx.smartsymbols
  - pymdownx.superfences:
      custom_fences:
        - name: mermaid
          class: mermaid
          format: !!python/name:pymdownx.superfences.fence_code_format
  - pymdownx.tabbed:
      alternate_style: true
  - pymdownx.tasklist:
      custom_checkbox: true
  - pymdownx.tilde

nav:
  - Home: index.md
  - Getting Started:
    - getting-started/index.md
    - Installation: getting-started/installation.md
    - Quick Start: getting-started/quickstart.md
    - Configuration: getting-started/configuration.md
  - API Reference:
    - api/index.md
    - Endpoints: api/endpoints.md
    - OpenAPI: api/openapi.md
  - Architecture:
    - architecture/index.md
    - Modules: architecture/modules.md
    - Data Flow: architecture/data-flow.md
  - Examples:
    - examples/index.md
    - Basic Search: examples/basic-search.md
    - Library Usage: examples/library-usage.md
    - Docker Deployment: examples/docker-deployment.md
  - Contributing:
    - contributing/index.md
    - Development Setup: contributing/development.md
    - Code Style: contributing/code-style.md

extra:
  social:
    - icon: fontawesome/brands/github
      link: https://github.com/skelfresearch/polymathy

copyright: Copyright © 2024 Skelf Research