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

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

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

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • azure-samples/azure-search-openai-demoAzure-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/mindsearchInternLM 的头像

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

    JavaScriptai-search-enginegptllm
    在 GitHub 上查看↗6,877
  • kingjulio8238/memarykingjulio8238 的头像

    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
  5. Sub-Query Decomposers