RapidFire AI
0.12.3
  • Install and Get Started
  • What Makes RapidFire AI Different?
  • Online Aggregation for Evals
  • Troubleshooting
  • API: Experiment
  • API: Multi-Config Specification
  • APIs for SFT and RFT
  • APIs for RAG and Context Engineering
    • API: LangChain RAG Spec
    • API: Generator Configs
    • API: Prompt Manager and Other Eval Config Knobs
    • API: User-Provided Functions for Run Evals
  • Example Use Case Tutorials
  • ML Metrics Dashboard
  • Dashboard: Interactive Control (IC) Ops
  • Known Issues and Updates Coming Soon
  • Glossary of Key Terms and Concepts
RapidFire AI
  • APIs for RAG and Context Engineering
  • View page source

APIs for RAG and Context Engineering

  • API: LangChain RAG Spec
    • RFLangChainRagSpec
      • RFLangChainRagSpec.__init__()
      • RFLangChainRagSpec.serialize_documents()
      • RFLangChainRagSpec.get_context()
  • API: Generator Configs
    • RFvLLMModelConfig
      • RFvLLMModelConfig
    • RFOpenAIAPIModelConfig
      • RFOpenAIAPIModelConfig
  • API: Prompt Manager and Other Eval Config Knobs
    • RFPromptManager
      • RFPromptManager
    • Other Eval Config Knobs
  • API: User-Provided Functions for Run Evals
    • Preprocess Function
      • preprocess_fn()
    • Postprocess Function
      • postprocess_fn()
    • Eval Compute Metrics Function
      • eval.compute_metrics_fn()
    • Eval Accumulate Metrics Function
      • eval.accumulate_metrics_fn()
Previous Next

Built with Sphinx using a theme provided by Read the Docs.