{% extends "base.html" %} {% block content %}

WhitePaper Studio

Draft a WhitePaper from a template, brief, and uploaded evaluation criteria. Output is a native .docx with a Markdown sibling.

Templates
Each section: section_id, name, guidance, evaluation_criteria, max_words.
Brief & References

PDFs, .docx, or plain text. Chunks are embedded into Milvus and consulted per-section.
    Knowledge Base

    Persistent corpus shared across every WhitePaper job. Uploads are chunked into the Vector Store and registered as artifacts in the Knowledge Graph; QAssistant can recall them via vector_store_search and knowledge_graph_query.

    PDF, .docx, .pptx, .md, or .txt — capability briefs, presentations, prior write-ups.

      Job Queue
      {% endblock %}