awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesContext Pre-loading

Injection of relevant background information into the prompt prior to query processing.

Distinct from On-Demand Context Loading: Distinct from on-demand loading: focuses on the proactive injection of context to ensure informed initial responses.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Context Pre-loading. Refine with filters or upvote what's useful.

Awesome Context Pre-loading GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/ai-agents-for-beginnersmicrosoft 的头像

    microsoft/ai-agents-for-beginners

    67,369在 GitHub 上查看↗

    This project is a structured educational resource and technical guide for designing and implementing autonomous systems using large language models. It provides a comprehensive curriculum and code samples focused on agentic design patterns, autonomous development, and the creation of systems capable of planning and executing multi-step tasks. The resource details the implementation of agentic retrieval-augmented generation, where models autonomously plan and refine data searches. It covers a wide array of orchestrators and design patterns, including metacognitive reflection for self-correctin

    Injects relevant background information into the model before processing a query to ensure informed responses.

    Jupyter Notebookagentic-aiagentic-frameworkagentic-rag
    在 GitHub 上查看↗67,369
  • feast-dev/feastfeast-dev 的头像

    feast-dev/feast

    6,727在 GitHub 上查看↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Pre-loads heavy resources like models and lookup tables at server startup to reduce per-request overhead.

    Pythonbig-datadata-engineeringdata-quality
    在 GitHub 上查看↗6,727
  • opencx-labs/copilotopencx-labs 的头像

    opencx-labs/copilot

    5,113在 GitHub 上查看↗

    Copilot 是一个自托管的客户支持平台,使用大语言模型(LLM)和向量化知识库来自动化用户协助。该系统由用于网站集成的可嵌入 AI 聊天小部件、容器化管理仪表板和向量数据库知识库组成。 该平台包含一个 API 编排器,用于处理结构化的 API 规范,允许语言模型与外部端点和操作进行交互。它通过在向量数据库中索引 API 定义和文档来管理响应的专门上下文。 该基础设施涵盖了用于服务器和后台工作进程的容器化服务编排、基于队列的异步处理,以及用于监控实时用户交互的管理界面。该系统还处理数据库模式迁移和知识索引。

    Injects structured API definitions as context into the language model to enable automated interaction with external operations.

    TypeScriptai-copilotcopilotllm
    在 GitHub 上查看↗5,113
  1. Home
  2. Software Engineering & Architecture
  3. Project Context Managers
  4. On-Demand Context Loading
  5. Context Pre-loading

探索子标签

  • API Specification ContextsDynamic injection of API definition data into language model prompts to enable tool use and endpoint interaction. **Distinct from Context Pre-loading:** Focuses specifically on API specifications as the context source, rather than general background information.
  • Model and Lookup Table Pre-LoadingLoads models or lookup tables once at server start so on-demand transforms pay only inference cost per request. **Distinct from Context Pre-loading:** Distinct from Context Pre-loading: focuses on loading ML models and lookup tables for feature computation, not prompt context injection.