awesome-repositories.com

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

7 مستودعات

Awesome GitHub RepositoriesComplex Query Processors

Systems for handling multi-step reasoning and maintaining conversational context in AI interactions.

Distinct from Query Processing: Distinct from Query Processing: focuses on AI-driven multi-step reasoning and context management rather than database retrieval logic.

Explore 7 awesome GitHub repositories matching data & databases · Complex Query Processors. Refine with filters or upvote what's useful.

Awesome Complex Query Processors GitHub Repositories

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

    PromtEngineer/localGPT

    22,215عرض على GitHub↗

    localGPT is a private AI knowledge base and retrieval-augmented generation application. It provides a local document indexer, a hybrid search engine, and an inference interface to enable chatting with private documents and managing a self-hosted information repository without sending data to external servers. The system distinguishes itself through a dual-pass verification pipeline that ensures generated answers are grounded in retrieved sources, accompanied by explicit source attribution. It employs a hybrid retrieval approach combining semantic vector search with keyword matching and rerank

    Breaks complex user requests into multiple sub-queries executed in parallel to synthesize a final comprehensive answer.

    Python
    عرض على GitHub↗22,215
  • vercel/vercelالصورة الرمزية لـ vercel

    vercel/vercel

    15,738عرض على GitHub↗

    Vercel is a cloud platform for building, deploying, and scaling web applications. It provides a unified infrastructure that automates the build process by detecting project frameworks and distributing static and dynamic content through a global content delivery network. The platform executes application logic using serverless functions that scale automatically based on real-time traffic demand. The platform distinguishes itself through a centralized AI gateway that proxies requests to multiple model providers, enabling standardized authentication, observability, and cost tracking. It supports

    Provides advanced conversational capabilities for handling complex, multi-step user queries.

    TypeScriptclicloudcommand
    عرض على GitHub↗15,738
  • edgedb/edgedbالصورة الرمزية لـ edgedb

    edgedb/edgedb

    14,104عرض على GitHub↗

    EdgeDB is a graph-relational database that combines a PostgreSQL backend with a graph-based schema and query language. It functions as an object-relational mapper and graph query engine, allowing data to be modeled as objects and links to align storage with modern programming language structures. The system features a composable query language designed to retrieve deeply nested or interconnected data without the use of manual SQL joins. It includes an integrated AI-driven data retrieval solution with built-in support for vector embeddings. The platform provides a schema migration tool for tr

    Enables the retrieval and manipulation of deeply nested or interconnected data without complex joins.

    Python
    عرض على GitHub↗14,104
  • learningcircuit/local-deep-researchالصورة الرمزية لـ LearningCircuit

    LearningCircuit/local-deep-research

    8,491عرض على GitHub↗

    Local Deep Research is an autonomous research system consisting of an LLM research agent, a local model orchestrator, and a multi-engine search aggregator. It is designed to execute deep research by decomposing complex questions into atomic facts and synthesizing cited reports from academic, technical, and private document sources. The system features an encrypted research workspace that ensures zero-knowledge privacy through isolated, per-user encrypted databases. It utilizes a local RAG knowledge base to index research sources into searchable vector stores, allowing for retrieval-augmented

    Decomposes complex research questions into smaller, atomic sub-queries to enable targeted multi-engine searches.

    Python
    عرض على GitHub↗8,491
  • azure-samples/azure-search-openai-demoالصورة الرمزية لـ Azure-Samples

    Azure-Samples/azure-search-openai-demo

    7,697عرض على GitHub↗

    This project is a reference implementation and application template for Retrieval-Augmented Generation (RAG). It integrates Azure OpenAI with Azure AI Search to enable conversational chat interfaces that provide grounded responses based on private enterprise data. The system is distinguished by its multimodal AI interface, allowing it to process and reason over combined text, image, and PDF content. It employs a hybrid search architecture that combines vector and keyword retrieval with semantic reranking to prioritize the most relevant documents for prompt augmentation. The project covers a

    Decomposes complex user requests into targeted sub-queries to retrieve precise information from memory.

    Pythonai-azd-templatesazd-templatesazure
    عرض على GitHub↗7,697
  • internlm/mindsearchالصورة الرمزية لـ InternLM

    InternLM/MindSearch

    6,877عرض على GitHub↗

    MindSearch is an LLM-based multi-agent search engine that decomposes complex user questions into targeted sub-queries and routes each to a specialized agent for parallel investigation. The system orchestrates multiple agents through a large language model, coordinating their tasks and interpreting search results to produce coherent answers from multiple sources. The project provides a configurable search backend interface that allows switching between Google, DuckDuckGo, Brave, and Bing search APIs by updating a configuration attribute. It includes a terminal-based debug interface for testing

    Splits complex user questions into parallel sub-queries handled by specialized agents.

    JavaScriptai-search-enginegptllm
    عرض على GitHub↗6,877
  • kingjulio8238/memaryالصورة الرمزية لـ kingjulio8238

    kingjulio8238/Memary

    2,568عرض على GitHub↗

    Memary is a memory-augmented agent framework that stores and retrieves contextual information from a knowledge graph to personalize responses and maintain long-term memory across interactions. It automatically captures all agent interactions and stores them as structured memories without requiring explicit instrumentation, then injects top-ranked user entities and themes into the active context window to tailor agent responses dynamically. The framework distinguishes itself through a multi-retriever memory search that combines COLBERT reranking with recursive graph queries across databases, e

    Splits user queries into sub-questions to retrieve more targeted information from memory stores.

    Jupyter Notebookagentsknowledge-graphmemory
    عرض على GitHub↗2,568
  1. Home
  2. Data & Databases
  3. Query Processing
  4. Complex Query Processors

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

  • Recursive Query DecompositionThe process of breaking a complex natural language request into smaller parallel sub-queries. **Distinct from Complex Query Processors:** Specifically handles the decomposition of natural language requests into parallel sub-tasks rather than general AI reasoning
  • Sub-Query DecomposersSplits a user query into sub-questions to retrieve more targeted information from memory. **Distinct from Complex Query Processors:** Distinct from Complex Query Processors: focuses on decomposing queries into sub-questions for targeted memory retrieval, not general multi-step reasoning.