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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repository-uri

Awesome GitHub RepositoriesPrompt Augmenters

Tools that inject external data into prompts to improve the accuracy and relevance of generated AI outputs.

Distinct from Retrieval Augmented Generation Pipelines: Distinct from Retrieval Augmented Generation Pipelines: focuses on the specific injection mechanism within the gateway request lifecycle.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Prompt Augmenters. Refine with filters or upvote what's useful.

Awesome Prompt Augmenters GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • yeachan-heo/oh-my-codexAvatar Yeachan-Heo

    Yeachan-Heo/oh-my-codex

    30,984Vezi pe GitHub↗

    oh-my-codex is an AI coding workflow orchestrator and a retrieval augmented generation documentation assistant. It manages complex programming tasks through a structured sequence of planning, execution, and verification phases, while providing tools for querying and translating technical documentation. The project utilizes Git worktrees to isolate parallel coding sessions, ensuring that concurrent tasks remain independent. It integrates a vector-store knowledge base to index documents into embeddings, enabling semantic search and factual context retrieval across multiple languages. The syste

    Injects retrieved document fragments into model prompts to ensure responses are grounded in external data.

    TypeScript
    Vezi pe GitHub↗30,984
  • apache/apisixAvatar apache

    apache/apisix

    16,767Vezi pe GitHub↗

    This project is a high-performance, distributed API gateway designed to manage, secure, and observe traffic for microservices, serverless functions, and artificial intelligence model providers. It functions as a dynamic service proxy and cloud-native ingress controller, centralizing policy enforcement and traffic routing through a unified configuration interface that synchronizes state across multiple nodes in real time. The platform distinguishes itself through a highly extensible architecture that utilizes a high-performance scripting engine to execute modular logic directly within the requ

    Retrieves relevant information from external data sources and injects it into prompts to improve generated output accuracy.

    Luaapiapi-gatewayapi-management
    Vezi pe GitHub↗16,767
  • memorilabs/memoriAvatar MemoriLabs

    MemoriLabs/Memori

    15,358Vezi pe GitHub↗

    Memori is an AI agent memory middleware platform designed to provide persistent, context-aware recall for language models. It functions as a non-intrusive layer that intercepts outbound model requests to automatically capture interaction history and execution traces, ensuring that agents maintain continuity across sessions without requiring modifications to existing application logic. The platform distinguishes itself through a dual-model storage architecture that maintains information as both structured relational primitives for precise fact retrieval and rolling narrative summaries for situ

    Processes interaction data to extract knowledge for injection into future agent prompts.

    Pythonagentaiaiagent
    Vezi pe GitHub↗15,358
  • llmware-ai/llmwareAvatar llmware-ai

    llmware-ai/llmware

    14,838Vezi pe GitHub↗

    llmware is a Python framework for AI agent orchestration and model management, designed to coordinate multi-model workflows and autonomous agents. It provides a unified model catalog and standardized interface to execute specialized language models for complex research, analysis, and structured data generation. The project distinguishes itself through its heavy emphasis on local execution and quantized inference, allowing models to run on private infrastructure using CPU, GPU, and NPU acceleration via runtimes like ONNX and OpenVino. It features a specialized ability to translate natural lang

    Injects retrieved document snippets into model prompts to ground generation and enable accurate fact-checking.

    Python
    Vezi pe GitHub↗14,838
  • googleapis/genai-toolboxAvatar googleapis

    googleapis/genai-toolbox

    13,041Vezi pe GitHub↗

    The GenAI Toolbox is a framework designed to integrate large language models with structured databases, enabling autonomous data analysis and information retrieval. It functions as an agentic orchestrator that translates natural language prompts into executable database queries, allowing users to interact with complex data sources through conversational interfaces. The system distinguishes itself by utilizing schema-driven metadata serialization, which maps database structures into formats that language models can interpret to perform autonomous reasoning. By maintaining stateful conversation

    Injects database metadata and tool definitions into model prompts to guide accurate query construction.

    Goagentagentsai
    Vezi pe GitHub↗13,041
  • sigoden/aichatAvatar sigoden

    sigoden/aichat

    9,328Vezi pe GitHub↗

    This project is a terminal-based command line interface client and agent orchestrator for interacting with multiple large language model providers. It functions as an OpenAI API client and a local API gateway that exposes chat completions and embeddings through an HTTP server. The system distinguishes itself by providing a retrieval-augmented generation tool for indexing local files and URLs into a vector database to provide custom document context. It allows for the creation of specialized AI agents that combine custom system prompts with tool calling and external function execution. The to

    Injects relevant document snippets into prompts using embedding models and rerankers.

    Rustaiai-agentschatbot
    Vezi pe GitHub↗9,328
  • spring-projects/spring-aiAvatar spring-projects

    spring-projects/spring-ai

    9,001Vezi pe GitHub↗

    Spring AI is an application framework for Java that provides a portable, fluent API for integrating AI models, tools, and vector stores into applications. It wraps multiple AI providers behind a common interface, allowing developers to switch between chat, embedding, image, and speech models without changing application code. The framework includes a chainable chat client API similar to WebClient or RestClient, supports both synchronous and streaming interactions, and offers structured output conversion that transforms unstructured AI responses into strongly-typed Java objects. The framework

    Enriches user queries with relevant information from a knowledge base before sending them to the AI model.

    Javaartificial-intelligencejavaspring-ai
    Vezi pe GitHub↗9,001
  • dataherald/dataheraldAvatar Dataherald

    Dataherald/dataherald

    3,617Vezi pe GitHub↗

    DataHerald is a natural language text-to-SQL interface and data analytics tool that translates English questions into executable database queries using a large language model. It functions as a query generator and connectivity layer capable of retrieving database records and summarizing the results into human-readable explanations. The project features a dedicated business logic layer for defining database constraints and managing verified query pairs to improve translation accuracy. It acts as a multi-warehouse data connector, allowing for the indexing and querying of multiple SQL databases

    Augments prompts with table descriptions and column definitions to improve the accuracy of generated SQL.

    Pythonaidatabasefinetuning
    Vezi pe GitHub↗3,617
  • gabrielchua/open-notebooklmAvatar gabrielchua

    gabrielchua/open-notebooklm

    2,568Vezi pe GitHub↗

    This project is an automated audio production system that converts document content, such as PDFs, into spoken dialogue and audio files. It functions as a pipeline that transforms static text into natural two-person scripts for podcast generation. The system synthesizes realistic multilingual speech that includes regional accents and nonverbal cues like laughing or sighing. These voice tracks are combined with generated ambient background music and atmospheric noise to create layered audio compositions. The project also includes capabilities for conversational AI agents, utilizing generation

    Injects external data into prompts to trigger specific third-party tool roles and responses.

    Python
    Vezi pe GitHub↗2,568
  1. Home
  2. Artificial Intelligence & ML
  3. Retrieval Augmented Generation Pipelines
  4. Prompt Augmenters