Official guide for using and understanding the RAG Playground platform.
← Back to PlaygroundRAG Playground is an interactive platform to compare and analyze different Retrieval-Augmented Generation (RAG) architectures on your own PDF documents. It enables you to upload documents, ask questions, and see how various RAG pipelines retrieve and generate answers, with full transparency into sources, metrics, and performance.
Performs fast vector similarity search using embeddings. Best for direct factual queries and quick lookups.
Combines semantic vector search and keyword-based BM25 retrieval for improved accuracy and recall.
Uses a cross-encoder to re-rank retrieved passages for maximum answer relevance and precision.