Logo IconGuided Mind
v2.4Sign In
RAG Wizard

Settings Reference

Complete reference for all RAG Wizard settings, parameters, and configurations.

This is the master settings reference for the RAG Wizard. Use the links below to navigate to step-specific documentation or RAG type configuration guides.

Wizard Steps

StepPageDescription
1. Project SetupName, domain, and use case
2. Knowledge SourcesDocument upload and URL sources
3. Document ProcessingPreprocessing, chunking, and metadata
4. Graph EditorKnowledge graph visualization (GraphRAG only)
5. Pipeline ConfigurationEmbeddings, retrieval, and search methods
6. API SetupAPI keys, REST, SDK, and MCP

RAG Type Configuration Guides

RAG TypeConfiguration GuideBest For
Simple RAGDense vector search onlyQuick deployment, single-domain Q&A
Hybrid RAGVector + BM25 keyword searchMixed keyword and semantic queries
Graph RAGVector + knowledge graph traversalComplex relationships and multi-hop queries

Quick Settings Comparison

SettingSimple RAGHybrid RAGGraph RAG
Search MethodDenseHybridGraph
BM25DisabledEnabledDisabled
Graph ExtractionDisabledDisabledEnabled
Embedding Modeltext-embedding-3-smalltext-embedding-3-smalltext-embedding-3-large
Retrieval MethodCustom Document TemplateCustom or ContextualML-Optimized Contextual
LLM IntegrationOptionalOptionalRequired