awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • microsoft/ai-agents-for-beginnersالصورة الرمزية لـ microsoft

    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/feastالصورة الرمزية لـ feast-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/copilotالصورة الرمزية لـ opencx-labs

    opencx-labs/copilot

    5,113عرض على GitHub↗

    Copilot هي منصة دعم عملاء ذاتية الاستضافة تستخدم نماذج لغوية كبيرة وقواعد معرفة متجهة (vectorized) لأتمتة مساعدة المستخدم. يتكون النظام من أداة دردشة ذكاء اصطناعي قابلة للتضمين لتكامل الموقع، ولوحة تحكم إدارة حاوية، وقاعدة معرفة بقاعدة بيانات متجهة. تتضمن المنصة منسق 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.