fabricatio_novel.workflows.novel_rag

RAG-enhanced novel generation workflows.

Attributes

WriteNovelWithRAGWorkflow

Generate a novel from outline with RAG writing style augmentation and dump to file.

DebugNovelWithRAGWorkflow

Use this workflow to debug each stage of RAG-augmented novel generation.

ValidatedNovelWithRAGWorkflow

Production-grade novel generation with RAG and quality validation.

StoreWritingStyleTextsWorkflow

Standalone ingestion workflow for adding writing style reference data.

Module Contents

fabricatio_novel.workflows.novel_rag.WriteNovelWithRAGWorkflow

Generate a novel from outline with RAG writing style augmentation and dump to file.

fabricatio_novel.workflows.novel_rag.DebugNovelWithRAGWorkflow

Use this workflow to debug each stage of RAG-augmented novel generation.

fabricatio_novel.workflows.novel_rag.ValidatedNovelWithRAGWorkflow

Production-grade novel generation with RAG and quality validation.

fabricatio_novel.workflows.novel_rag.StoreWritingStyleTextsWorkflow

Standalone ingestion workflow for adding writing style reference data.