awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ragapp avatar

ragapp/ragapp

0
View on GitHub↗
4,438 estrellas·480 forks·TypeScript·Apache-2.0·4 vistas

Ragapp

Este proyecto es una plataforma de generación aumentada por recuperación (RAG) agentica y un framework de orquestación diseñado para conectar modelos de lenguaje grandes a datos empresariales privados. Sirve como una puerta de enlace de IA autohospedada que integra bases de datos vectoriales y herramientas externas para automatizar tareas complejas de recuperación y generación de información.

El sistema se diferencia por un constructor de flujo de trabajo de agentes de IA que orquesta múltiples agentes especializados con roles distintos para resolver problemas de varios pasos. Incluye una interfaz de integración de base de datos vectorial dedicada para indexar documentos privados y un sandbox seguro para ejecutar código dinámico y análisis de datos durante las conversaciones.

La plataforma cubre una amplia gama de capacidades, incluyendo la indexación de datos empresariales, la re-clasificación de resultados para mayor precisión y la entrega tanto de interfaces de chat interactivas como de APIs programáticas. También proporciona controles administrativos para la gestión del comportamiento de la IA, la autenticación de usuarios y la limitación del uso de la API para controlar el consumo de recursos.

El despliegue se maneja a través de herramientas de orquestación de contenedores como Docker Compose, con soporte para enrutamiento de tráfico basado en proxy inverso y cifrado TLS para entornos autohospedados seguros.

Features

  • Agentic RAG Platforms - Serves as an end-to-end system integrating reasoning agents and retrieval-augmented generation for complex enterprise data fetching.
  • Agentic Workflow Orchestration - Executes complex retrieval processes by delegating tasks to autonomous agents collaborating on defined goals.
  • Role-Based Agent Orchestration - Coordinates multiple agents by assigning specific roles and operating procedures to complete complex retrieval tasks.
  • Model Provider Integrations - Provides unified interfaces for connecting and configuring multiple remote or local language model providers.
  • AI Provider Integrations - Includes configuration interfaces for connecting to various external and local large language model providers.
  • AI Agent Orchestration - Implements a framework for coordinating specialized agents that combine custom instructions and document retrieval.
  • AI Chat Interfaces - Provides conversational interfaces that allow direct interaction with application components and private data.
  • AI Workflow Builders - Includes an interface for designing and executing agentic workflows with specialized roles for data analysis.
  • LLM Orchestrators - Implements a framework that manages the connection and workflow between LLM deployments and external tools.
  • AI Model Integrations - Provides adapters and interfaces for connecting both local and cloud-based AI models to the platform.
  • Private Context Integration - Integrates proprietary documents and knowledge bases to ground language models in private enterprise data.
  • Vector Store Retrievals - Queries vector databases to retrieve semantically relevant document segments to ground language model responses.
  • Enterprise Source Indexing - Indexes enterprise documents and files to provide live context for AI agents.
  • Code Execution Sandboxes - Provides secure, isolated environments to execute dynamic code and data analysis without compromising the host system.
  • RAG Production Deployments - Deploys optimized RAG pipeline configurations into production-ready API servers.
  • Interactive Chat Interfaces - Ships an interactive chat window allowing users to query private data models and receive generated responses.
  • Web Chat Interfaces - Provides a web-based chat interface for users to interact directly with the retrieval-augmented generation system.
  • Generative API Exposures - Exposes retrieval and generation capabilities via programmable endpoints for integration into external software applications.
  • AI Model Configurations - Allows specifying the preferred language model and managing parameters like temperature and context limits.
  • Local AI Endpoint Connections - Supports connections to OpenAI-compatible local servers for private AI deployments.
  • LLM Provider Integrations - Manages connectivity and credential adapters for connecting to external and local large language model providers.
  • Result Reranking - Applies reranking algorithms to improve the precision and relevance of retrieved documents passed to the model.
  • AI Gateways - Acts as a containerized gateway serving interactive chat and programmatic APIs powered by LLMs.
  • Reranking Retrieval Logics - Applies secondary scoring passes to rerank retrieved document chunks for improved accuracy and relevance.
  • Integration User Interfaces - Provides a web interface for indexing private documents into vector stores and managing retrieval behavior.
  • Container Deployment - Utilizes container-based deployment workflows to ensure consistent orchestration and lifecycle management.
  • Docker Compose Deployments - Bootstraps the application and its dependencies using multi-service Docker Compose templates.
  • Self-Hosted AI Platforms - Provides a deployable server environment for managing private data indexing and model orchestration on-premises.
  • Reverse Proxy Authentication - Implements gateway-level authentication and TLS encryption by intercepting requests via a reverse proxy.
  • Retrieval Configuration Interfaces - Offers user-facing tools to adjust indexing and retrieval strategies for the RAG pipeline.
  • RAG Behavior Controls - Provides a dedicated administrative interface to oversee and configure the behavior of retrieval-augmented generation systems.
  • Knowledge Retrieval - Enterprise-ready framework for agentic RAG workflows.
  • Retrieval Augmented Generation - Enterprise-ready platform for agentic retrieval workflows.

Historial de estrellas

Gráfico del historial de estrellas de ragapp/ragappGráfico del historial de estrellas de ragapp/ragapp

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Ragapp

Proyectos open-source similares, clasificados según cuántas características comparten con Ragapp.
  • openai/openai-agents-pythonAvatar de openai

    openai/openai-agents-python

    27,191Ver en GitHub↗

    This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime for orchestrating multi-agent workflows, managing persistent conversation state, and executing code within secure, isolated sandbox environments. The framework is designed to handle complex task delegation, allowing agents to invoke other agents as tools while maintaining context across multi-turn interactions. The framework distinguishes itself through its deep integration with the Model Context Protocol, enabling agents to connect to external data sources and remote services

    Pythonagentsaiframework
    Ver en GitHub↗27,191
  • cinnamon/kotaemonAvatar de Cinnamon

    Cinnamon/kotaemon

    25,139Ver en GitHub↗

    Kotaemon is an orchestration framework designed for building modular, agentic workflows that integrate document processing, retrieval-augmented generation, and multi-step reasoning. It provides a comprehensive platform for developing document-based question answering systems, allowing users to chain language models, prompt templates, and external tools into complex, automated pipelines. The system distinguishes itself through a highly modular architecture that emphasizes component-based composition and schema-driven data exchange. It supports autonomous agents capable of decomposing complex q

    Pythonchatbotllmsopen-source
    Ver en GitHub↗25,139
  • langroid/langroidAvatar de langroid

    langroid/langroid

    3,894Ver en GitHub↗

    Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI applications. It serves as a multi-modal integration layer that connects diverse local and remote language models with an agentic retrieval-augmented generation system. The project distinguishes itself through a collaborative message-exchange paradigm, allowing specialized agents to delegate tasks hierarchically and coordinate via structured communication. It features an advanced state management system for conversational AI, including the ability to rewind and prune conversation hist

    Pythonagentsaichatgpt
    Ver en GitHub↗3,894
  • lazyagi/lazyllmAvatar de LazyAGI

    LazyAGI/LazyLLM

    3,842Ver en GitHub↗

    LazyLLM is a multi-agent framework and orchestration engine designed for building complex AI applications. It provides a system for chaining large language models into sequential or parallel pipelines, utilizing a tool registry to convert standard functions into discoverable tools that models can invoke via reasoning. The project features an application deployment kit that enables hosting model workflows as web services with integrated chat interfaces and API gateways. It includes an infrastructure abstraction layer that allows users to switch between bare-metal servers, clusters, and public

    Pythonagentsai-agentdata
    Ver en GitHub↗3,842
Ver las 30 alternativas a Ragapp→

Preguntas frecuentes

¿Qué hace ragapp/ragapp?

Este proyecto es una plataforma de generación aumentada por recuperación (RAG) agentica y un framework de orquestación diseñado para conectar modelos de lenguaje grandes a datos empresariales privados. Sirve como una puerta de enlace de IA autohospedada que integra bases de datos vectoriales y herramientas externas para automatizar tareas complejas de recuperación y generación de información.

¿Cuáles son las características principales de ragapp/ragapp?

Las características principales de ragapp/ragapp son: Agentic RAG Platforms, Agentic Workflow Orchestration, Role-Based Agent Orchestration, Model Provider Integrations, AI Provider Integrations, AI Agent Orchestration, AI Chat Interfaces, AI Workflow Builders.

¿Qué alternativas de código abierto existen para ragapp/ragapp?

Las alternativas de código abierto para ragapp/ragapp incluyen: openai/openai-agents-python — This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime… cinnamon/kotaemon — Kotaemon is an orchestration framework designed for building modular, agentic workflows that integrate document… langroid/langroid — Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI… lazyagi/lazyllm — LazyLLM is a multi-agent framework and orchestration engine designed for building complex AI applications. It provides… sigoden/aichat — This project is a terminal-based command line interface client and agent orchestrator for interacting with multiple… swe-agent/mini-swe-agent — mini-swe-agent is an autonomous software engineering system designed to develop features and fix bugs by combining…