Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
veeksha
veeksha

Getting Started

  • Getting Started
    • Why Veeksha?
    • Installation
    • Quick start

User Guide

  • User Guide
    • Configuration System
    • Workload recipes
    • Output Files
    • Capacity Search
    • Configuration Sweeps
    • Server Management
    • Weights & Biases Integration
    • Microbenchmarks

Design

  • Design & Architecture
    • System Architecture
    • Sessions and Graphs
    • Content Generation
    • Traffic Scheduling
    • Evaluation and Metrics

Reference

  • Reference
    • Programmatic usage
    • Configuration Reference
      • API Reference
        • Base Session Generator
        • Lmeval Session Generator
        • Synthetic Session Generator
        • Trace Session Generator
        • Base Traffic
        • Concurrent Traffic
        • Rate Traffic
        • Sequential Launch Traffic
        • Base Client
        • OpenAI Chat Completions Client
        • OpenAI Completions Client
        • OpenAI Router Client
        • Base Server
        • SGLang Server
        • Vajra Server
        • vLLM Server
        • Base Evaluator
        • LMEval Accuracy Evaluator
        • Performance Evaluator
        • Audio Channel Performance
        • Image Channel Performance
        • Text Channel Performance
        • Video Channel Performance
        • Base Length Generator
        • Fixed Length Generator
        • Inverse Gaussian Length Generator
        • Stair Length Generator
        • Uniform Length Generator
        • Zipf Length Generator
        • Base Interval Generator
        • Fixed Interval Generator
        • Gamma Interval Generator
        • Poisson Interval Generator
        • Audio Channel Generator
        • Base Channel Generator
        • Image Channel Generator
        • Text Channel Generator
        • Video Channel Generator
        • Base Session Graph Generator
        • Branching Session Graph Generator
        • Linear Session Graph Generator
        • Single Request Session Graph Generator
        • Base Trace Flavor
        • RAG Trace Flavor
        • Request Log Trace Flavor
        • Shared Prefix Trace Flavor
        • Timed Synthetic Session Trace Flavor
        • Untimed Content Multi Turn Trace Flavor
        • Base Slo
        • Constant Slo
        • Audio Output Spec
        • Decode Window
        • Image Output Spec
        • Output Spec
        • Runtime
        • Text Output Spec
        • Trace Recorder
        • Video Output Spec
        • Wandb
Back to top
View this page

RAGTraceFlavorConfigΒΆ

class RAGTraceFlavorConfig ( BaseTraceFlavorConfig )

RAG trace flavor configuration.

Polymorphic Type:

type: rag

All BaseTraceFlavorConfig types:

  • timed_synthetic_session: TimedSyntheticSessionTraceFlavorConfig

  • shared_prefix: SharedPrefixTraceFlavorConfig

  • rag: RAGTraceFlavorConfig

  • request_log: RequestLogTraceFlavorConfig

  • untimed_content_multi_turn: UntimedContentMultiTurnTraceFlavorConfig

Fields:

num_documentsint = 10

Number of top documents to include for warmup

Next
RequestLogTraceFlavorConfig
Previous
BaseTraceFlavorConfig
Copyright © 2024-onwards Systems for AI Lab, Georgia Institute of Technology
Made with Sphinx and @pradyunsg's Furo