Hugging Face RAG retrieval empty results on A100 GPU cluster
Problem Description – Empty Retrieval Results on A100/H100 GPU Cluster When executing a Retrieval‑Augmented Generation (RAG) pipeline on a multi‑node GPU cluster (A100/H100), the RAGRetriever consistently returns an empty document list despite: Valid natural‑language queries. A fully populated FAISS index built from the knowledge base. Successful generation of query embeddings on the GPU. Typical log … Read more