Skip to content

Feature Request: "RAG-Ready" Documentation #183

@Pavdig

Description

@Pavdig

Hello team!

The Problem:
I've been trying to load the SillyTavern documentation into Open WebUI's knowledge base (RAG), but the current structure makes it difficult for LLMs to parse context correctly due to:

  1. Nested directories losing context when flattened.
  2. Duplicate filenames (e.g., multiple index.md files).
  3. YAML frontmatter and Docusaurus tags (!!!) adding token noise.

The Suggestion:
It would be great to have a "clean" version of the SillyTavern docs for RAG users.

Proof of Concept:
I whacked together a workflow that flattens filenames (to e.g., SillyTavern_Installation_index.md) and strips the metadata using sed: Pavdig/SillyTavern-Docs-RAG.

Maybe something similar could be made, but officially so that users could simply download the ZIP?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions