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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 مستودعات

Awesome GitHub RepositoriesDocumentation Search

Search systems that index technical content for machine-readable retrieval and natural language querying.

Distinct from AI-Powered Search: Distinct from general AI search: specifically optimized for technical documentation indexing and retrieval.

Explore 13 awesome GitHub repositories matching artificial intelligence & ml · Documentation Search. Refine with filters or upvote what's useful.

Awesome Documentation Search GitHub Repositories

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

    andrewyng/context-hub

    13,700عرض على GitHub↗

    Context Hub is a retrieval-augmented generation framework and context management system designed to provide large language model agents with curated, versioned markdown documentation. It functions as a documentation provider that delivers precise API references and technical context to reduce hallucinations and token waste. The system incorporates an agentic memory layer that maintains persistent local annotations and user feedback to improve how agents retrieve task-specific knowledge. It uses a version-controlled repository of technical documentation designed for both machine readability an

    Provides a search system optimized for indexing technical content and locating specific skills within the documentation catalog.

    JavaScript
    عرض على GitHub↗13,700
  • fuma-nama/fumadocsالصورة الرمزية لـ fuma-nama

    fuma-nama/fumadocs

    10,863عرض على GitHub↗

    Fumadocs is a documentation framework designed for building content-heavy technical websites using MDX. It functions as a static site generator that transforms structured text files into optimized, interactive web pages, providing a comprehensive toolset for managing technical content, API references, and versioned guides. The platform distinguishes itself through a deep integration of interactive components and AI-ready features. It includes a library of pre-built interface elements that allow developers to embed live API playgrounds, request snippets, and schema-based documentation directly

    Structures technical content for machine-readable indexing and embedding chat interfaces to help users find answers using language models.

    TypeScriptapp-routercontent-collectionscontentlayer
    عرض على GitHub↗10,863
  • livekit/agentsالصورة الرمزية لـ livekit

    livekit/agents

    9,379عرض على GitHub↗

    This project is a framework for developing multimodal AI agents that function as programmable participants in real-time communication rooms. It enables the construction of agents that can see, hear, and speak by integrating speech-to-text, large language models, and text-to-speech pipelines to facilitate low-latency, natural conversations. The system is distinguished by its advanced orchestration of real-time media and conversational flow, including support for full-duplex speech, preemptive response generation, and sophisticated interruption management. It further differentiates itself throu

    Enables AI agents to retrieve technical context by searching through project documentation and source code.

    Pythonagentsaiopenai
    عرض على GitHub↗9,379
  • idosal/git-mcpالصورة الرمزية لـ idosal

    idosal/git-mcp

    7,622عرض على GitHub↗

    git-mcp is a Model Context Protocol server that transforms Git repositories and static sites into structured context providers for AI assistants. It functions as a documentation retrieval tool and repository indexer, exposing codebases and project files as standardized tools to reduce hallucinations in large language model responses. The project converts raw repository files, READMEs, and external URLs into formats optimized for token consumption. It enables AI agents to perform query-based code searches and retrieve specific sections of project documentation to maintain up-to-date technical

    Implements a search system that indexes technical documentation for machine-readable retrieval and natural language querying via MCP.

    TypeScriptagentic-aiagentsai
    عرض على GitHub↗7,622
  • go-ego/riotالصورة الرمزية لـ go-ego

    go-ego/riot

    6,059عرض على GitHub↗

    Riot هو محرك بحث موزع وخادم فهرسة قائم على Go مصمم للفهرسة والاسترجاع بالنص الكامل. يعمل كنظام استرجاع يقوم بفرز المستندات حسب الصلة باستخدام خوارزميات ترتيب BM25، وتكرار المصطلح، وتكرار المستند العكسي. يوفر المحرك دعماً متخصصاً للغة الصينية، ويتميز بتجزئة النص المتزامنة وتعيين Pinyin الصوتي لمطابقة المدخلات الرومانية مع الأحرف. يستخدم بنية موزعة توظف تقسيم الفهرس القائم على التجزئة (hash-based sharding) لموازنة تحميل البيانات والإنتاجية عبر عقد خادم متعددة. يغطي النظام نطاقاً واسعاً من قدرات البحث، بما في ذلك تنفيذ استعلام المنطق البولياني، وتصفية القرب، وإدارة دورة حياة الفهرس في الوقت الفعلي. يحتفظ بفهرس سريع قابل للبحث في الذاكرة مع استخدام تخزين مدعوم بالقرص لاستمرارية البيانات ومتانتها. يتم تضمين أدوات مراقبة لتتبع استخدام الذاكرة والقرص و CPU عبر البيئة الموزعة.

    Supports real-time addition and removal of documents while the engine is running to maintain continuous availability.

    Gogogolanggwk
    عرض على GitHub↗6,059
  • voltagent/voltagentالصورة الرمزية لـ VoltAgent

    VoltAgent/voltagent

    6,020عرض على GitHub↗

    Enables AI assistants to search documentation and browse code examples through the Model Context Protocol.

    TypeScriptagentsaiai-agents
    عرض على GitHub↗6,020
  • lingui/js-linguiالصورة الرمزية لـ lingui

    lingui/js-lingui

    5,786عرض على GitHub↗

    Lingui is a JavaScript internationalization library that provides a framework-agnostic core with bindings for React, SolidJS, Svelte, Astro, and other JavaScript frameworks. It operates through a compile-time message extraction pipeline that scans source files for translatable strings, generates standard PO, JSON, or CSV catalog files, and compiles them into optimized JavaScript modules for production deployment. The library uses macro-based message definition to wrap translatable text in source code while preserving context for extraction, and includes a plural rule engine that automatically

    Indexes the latest library documentation so AI agents can search it on demand with low token usage.

    TypeScript
    عرض على GitHub↗5,786
  • potpie-ai/potpieالصورة الرمزية لـ potpie-ai

    potpie-ai/potpie

    5,161عرض على GitHub↗

    Potpie is an LLM codebase analysis platform and multi-agent orchestration framework designed to act as an AI software engineer. It parses repositories into a structured code knowledge graph, enabling AI agents to perform multi-hop reasoning, dependency tracing, and grounded technical analysis across large codebases. The system distinguishes itself through a spec-driven development framework where agents generate detailed technical specifications and architecture plans before implementing multi-file code changes. It utilizes a durable execution engine to coordinate specialized AI personas for

    Indexes and retrieves technical content from the web to supplement codebase knowledge.

    Pythonagentsai-agentsai-agents-framework
    عرض على GitHub↗5,161
  • huichen/wukongالصورة الرمزية لـ huichen

    huichen/wukong

    4,481عرض على GitHub↗

    Wukong هو محرك بحث نصي كامل موزع مصمم لفهرسة واسترجاع المستندات النصية. يعمل كخلفية بحث قابلة للتخصيص تستخدم مصنف أهمية BM25 لترتيب نتائج البحث بناءً على تكرار المصطلح وتكرار المستند العكسي. يتضمن النظام مقسماً نصياً صينياً متخصصاً لتقسيم سلاسل الأحرف المستمرة إلى كلمات ذات معنى للفهرسة والاسترجاع الدقيق. للتعامل مع مجموعات البيانات الكبيرة وأحجام الطلبات العالية، يستخدم فهرس بحث موزعاً يستخدم التجزئة القائمة على الهاش لتقسيم المستندات عبر عقد متعددة. يوفر المحرك قدرات استرجاع معلومات شاملة، بما في ذلك فهرسة الرموز المدركة للموقع لتصفية القرب وترتيب النتائج متعدد المعايير. ويدعم إدارة الفهرس في الوقت الفعلي من خلال تحديثات مجمعة ويضمن توفر البيانات عبر عمليات إعادة التشغيل من خلال استمرارية بيانات الفهرس.

    Updates searchable text indices in real time using batched operations to keep results current.

    Go
    عرض على GitHub↗4,481
  • kananinirav/aws-certified-cloud-practitioner-notesالصورة الرمزية لـ kananinirav

    kananinirav/AWS-Certified-Cloud-Practitioner-Notes

    3,829عرض على GitHub↗

    This project is a collection of structured study notes and conceptual breakdowns designed for the AWS Certified Cloud Practitioner exam. It serves as a technical reference and study guide, organizing cloud service details and architectural principles to assist in certification preparation. The knowledge base is built using markdown files and includes curated cheat sheets and interactive mind-map visualizations. These tools map complex certification topics into visual hierarchies to enable drill-down study paths and rapid revision. The materials cover a wide range of cloud capabilities, inclu

    Outlines capabilities for indexing technical content and retrieving answers through natural language documentation search.

    HTMLamazon-web-servicesawsaws-certified-cloud-practitioner
    عرض على GitHub↗3,829
  • vercel/geist-fontالصورة الرمزية لـ vercel

    vercel/geist-font

    3,249عرض على GitHub↗

    Geist is an open-source font family and typography collection designed for high legibility in technical interfaces. It consists of a series of web-optimized typefaces, including geometric sans-serif, monospaced, and pixel styles. The collection functions as a variable font library, utilizing coordinate interpolation to allow precise control over weight and style within a single font file. These fonts are built as OpenType typefaces, incorporating standardized layout tables to define advanced typographic behaviors such as kerning and ligatures. The project provides specific implementations fo

    Indexes technical documentation to provide AI agents with necessary development context.

    HTMLfontvariable-fonts
    عرض على GitHub↗3,249
  • supabase-community/supabase-mcpالصورة الرمزية لـ supabase-community

    supabase-community/supabase-mcp

    2,476عرض على GitHub↗

    This project is a Model Context Protocol server and AI agent database connector. It provides a standardized communication layer that allows language models to interact with relational data stores, read database schemas, and manage PostgreSQL database resources. The implementation acts as a serverless host for the Model Context Protocol, deploying on distributed edge functions to connect AI assistants to a project. This enables AI agents to perform database administration, execute SQL queries, and handle schema migrations through an AI-compatible interface. The system covers broader capabilit

    Enables AI assistants to query a technical knowledge base to retrieve context on feature usage.

    TypeScript
    عرض على GitHub↗2,476
  • bluesky-social/feed-generatorالصورة الرمزية لـ bluesky-social

    bluesky-social/feed-generator

    2,052عرض على GitHub↗

    مولد الخلاصات (feed generator) هو إطار عمل لبناء ونشر خلاصات محتوى خوارزمية مخصصة داخل شبكة AT Protocol. يوفر البنية التحتية لتحديد منطق تنسيق فريد، وتسجيل هذه الخوارزميات في ملفات تعريف المستخدمين، وتقديم تدفقات محتوى مخصصة للشبكة. يتميز إطار العمل بدمج فهرسة نشاط الشبكة في الوقت الفعلي مع نظام توجيه قائم على المعالجات (handler-based). ومن خلال استهلاك تدفقات الأحداث المباشرة، فإنه يحتفظ بمجموعات بيانات محلية تسمح للمطورين بتطبيق قواعد فرز وتصفية مخصصة على المحتوى العام. كما يدير دورة حياة هذه الخلاصات من خلال التسجيل التعريفي، مما يمكن ربط الخدمات بمالكي الحسابات واكتشافها عبر النظام البيئي اللامركزي. يتضمن النظام أدوات أمنية وتشغيلية مدمجة للتعامل مع الطلبات الموثقة واسترجاع البيانات على نطاق واسع. ويستخدم التحقق من الهوية القائم على الرموز (token-based) لضمان الوصول الآمن إلى بيانات المستخدم المحددة، ويستخدم الترقيم القائم على المؤشر (cursor-based) لإدارة استخدام الذاكرة عند تقديم مجموعات نتائج كبيرة. تتم إدارة التهيئة من خلال متغيرات البيئة الخارجية، مما يسمح بإجراء تعديلات على سلوك الخدمة دون الحاجة إلى إعادة نشر الكود.

    Consumes live event streams to build local databases for content filtering.

    TypeScript
    عرض على GitHub↗2,052
  1. Home
  2. Artificial Intelligence & ML
  3. AI-Powered Search
  4. Documentation Search

استكشف الوسوم الفرعية

  • MCP Documentation SearchersEnabling AI assistants to search documentation and browse code examples via the Model Context Protocol. **Distinct from Documentation Search:** Distinct from Documentation Search: specifically uses MCP protocol for documentation search, not general search interfaces.
  • Real-Time Documentation IndexesSearch indexes that allow AI agents to query documentation on demand with low token usage. **Distinct from Documentation Search:** Distinct from Documentation Search: focuses on real-time indexing for AI agent consumption rather than general documentation search systems.
  • Real-time Indexing1 وسم فرعيUpdating search indexes dynamically while the system is running to ensure immediate search availability. **Distinct from Real-Time Documentation Indexes:** Distinct from Real-Time Documentation Indexes: applies to general search engine indexing rather than specifically AI documentation for agents.