ChromaDB RAG query decomposition error during multi‑GPU training
Problem – RAG query decomposition failures in a multi‑GPU training pipeline When scaling a Retrieval‑Augmented Generation (RAG) workflow to multiple GPUs, engineers observed that chroma_client.query calls intermittently returned malformed or empty sub‑queries. The downstream LLM received no context, leading to generation failures or hallucinations. Typical error messages included: ValueError: Query decomposition returned an empty list … Read more