---
title: "DREAM: Distributed RAG Experimentation Framework"
url: https://daily.dev/posts/dream-distributed-rag-experimentation-framework-drrdetetv
source_url: https://mlops.community/dream-distributed-rag-experimentation-framework/
type: article
source: "MLOps Community"
published: 2024-05-15T16:14:13.400Z
updated: 2024-05-15T16:14:11.920Z
tags: ["machine-learning", "llama"]
reading_time: 7
upvotes: 1
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# DREAM: Distributed RAG Experimentation Framework

**[MLOps Community](https://daily.dev/sources/mlopscommunity)** · 7 min read · 1 upvotes · 1 comments

## Summary

DREAM is a blueprint for distributed RAG experimentation using Ray, LlamaIndex, Ragas, MLFlow, and MinIO on Kubernetes. It helps in comparing and contrasting different combinations of RAG parameters to find the best one. The architecture includes technologies like Ray, LlamaIndex, ragas, MinIO, MLflow, Jupyter notebooks, Kubernetes, and ArgoCD.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://mlops.community/dream-distributed-rag-experimentation-framework/>

## Community discussion

Top comments from developers on daily.dev.

**@ahmetozel** · 0 upvotes

> The thing that usually breaks these sweeps is combinatorics: chunk size x overlap x top-k x reranker is already hundreds of runs, and in my experience most of the variance comes from the chunking stage alone. Pinning the retriever and sweeping chunk boundaries first (semantic vs fixed, overlap ratio) narrows the grid a lot before you start burning GPU on generation configs. Also worth logging retrieval-only metrics separately from end-to-end answer quality - otherwise a good retriever hidden behind a weak prompt looks like a bad retriever.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#machine-learning](https://daily.dev/tags/machine-learning), [#llama](https://daily.dev/tags/llama)

[View this post on daily.dev](https://daily.dev/posts/dream-distributed-rag-experimentation-framework-drrdetetv)
