awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesSub-Query Decomposers

Splits 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.

Explore 3 awesome GitHub repositories matching data & databases · Sub-Query Decomposers. Refine with filters or upvote what's useful.

Awesome Sub-Query Decomposers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • azure-samples/azure-search-openai-demoAvatar de Azure-Samples

    Azure-Samples/azure-search-openai-demo

    7,697Ver en 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
    Ver en GitHub↗7,697
  • internlm/mindsearchAvatar de InternLM

    InternLM/MindSearch

    6,877Ver en 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 multi-faceted questions into smaller, targeted sub-queries and routes each to a specialized agent for parallel investigation.

    JavaScriptai-search-enginegptllm
    Ver en GitHub↗6,877
  • kingjulio8238/memaryAvatar de kingjulio8238

    kingjulio8238/Memary

    2,568Ver en 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
    Ver en GitHub↗2,568
  1. Home
  2. Data & Databases
  3. Query Processing
  4. Complex Query Processors
  5. Sub-Query Decomposers