Overview of OpenRAG
mainOpenRAG is an open-source platform designed for building agentic Retrieval-Augmented Generation (RAG) systems. It integrates orchestration tools, databases, and LLM providers into a single platform.
OpenRAG is built by combining three core technologies:
- Langflow: Used for building and deploying AI agents and MCP servers. OpenRAG provides full access to Langflow features via an embedded visual editor, allowing you to customize flows, change language models, or replace components.
- OpenSearch: Serves as the underlying database for storing documents and vector embeddings, providing hybrid search capabilities.
- Docling: Handles document parsing and chunking for documents stored in the OpenSearch knowledge base.