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

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

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

12 个仓库

Awesome GitHub RepositoriesSemantic Query Routing

Directs incoming queries to specific data paths or shards based on the semantic meaning of the input.

Distinct from Semantic Querying: Distinct from Semantic Querying as it focuses on the routing of requests to data locations rather than programmatic extraction of code semantics.

Explore 12 awesome GitHub repositories matching data & databases · Semantic Query Routing. Refine with filters or upvote what's useful.

Awesome Semantic Query Routing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • n8n-io/self-hosted-ai-starter-kitn8n-io 的头像

    n8n-io/self-hosted-ai-starter-kit

    14,997在 GitHub 上查看↗

    This project provides a dockerized AI workflow stack and orchestration templates for deploying a self-hosted AI environment. It establishes a localized infrastructure for building autonomous agents and model chains that process private data on-premises without external cloud dependencies. The environment is designed to support autonomous agent development, allowing models to dynamically select tools, execute shell commands, and interact with local file systems. It includes integrated vector database support to enable retrieval augmented generation and private document analysis. The stack cov

    Directs user queries to specific AI agents based on semantic analysis of intent and conversation history.

    aiai-agentslow-code
    在 GitHub 上查看↗14,997
  • basedhardware/omiBasedHardware 的头像

    BasedHardware/omi

    12,869在 GitHub 上查看↗

    Omi is an open-source wearable AI platform that captures audio and screen data to provide real-time conversational assistance and memory. It integrates a wearable hardware development kit with a vector memory database and large language model capabilities to create a persistent digital record of user interactions. The platform is distinguished by its BLE audio streaming pipeline, which transmits raw audio from wearable hardware for real-time transcription and speaker identification. It utilizes a plugin-based agent tool framework that allows AI assistants to autonomously invoke custom functio

    Directs user queries to specific processing paths or AI agent personas based on the required context.

    Dartaiappbci
    在 GitHub 上查看↗12,869
  • lancedb/lancedblancedb 的头像

    lancedb/lancedb

    9,031在 GitHub 上查看↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Implements semantic query routing to direct requests to optimized data paths based on input meaning.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    在 GitHub 上查看↗9,031
  • shaxiu/xianyuautoagentshaxiu 的头像

    shaxiu/XianyuAutoAgent

    8,051在 GitHub 上查看↗

    XianyuAutoAgent is a multi-agent orchestration framework and large language model chatbot designed to automate customer service and sales interactions on a marketplace platform. It functions as a system of specialized AI entities, including context-aware conversational agents and automated price negotiation bots, to manage peer-to-peer conversational commerce. The framework distinguishes itself through an intent-based routing mechanism that dispatches queries to specialized agents and utilizes a multi-expert collaborative decision process to determine response strategies. It features dedicate

    Implements a system to dispatch user queries to specialized AI agents based on semantic intent analysis.

    Pythonagentchatbotllm
    在 GitHub 上查看↗8,051
  • awslabs/agent-squadawslabs 的头像

    awslabs/agent-squad

    7,663在 GitHub 上查看↗

    Agent Squad is a multi-agent system orchestrator and language model agent orchestration framework. It serves as an AI workflow automation engine and tool integration layer designed to coordinate teams of specialized agents to solve complex tasks through routing, parallel execution, and state management. The project is distinguished by its ability to dynamically compose purpose-specific agents on-demand and route requests based on intent, language, or domain expertise. It supports advanced coordination patterns, including parallel subtask distribution, sequential task pipelines, and the abilit

    Analyzes requests and conversation history to direct each query to the most appropriate specialized agent.

    Pythonagentic-aiagentsai-agents
    在 GitHub 上查看↗7,663
  • pixie-io/pixiepixie-io 的头像

    pixie-io/pixie

    6,467在 GitHub 上查看↗

    Pixie is an open-source observability platform for Kubernetes that uses eBPF to automatically capture telemetry data from clusters without requiring any manual instrumentation or code changes. It functions as an eBPF telemetry collector, a continuous application profiler, a network traffic analyzer, and a scriptable telemetry query engine, all within a single Kubernetes-native tool. The platform distinguishes itself through several integrated capabilities. It continuously samples stack traces from compiled-language code to identify CPU performance bottlenecks, visualizing the results as inter

    Uses semantic types to determine which data sources to query for distributed telemetry collection.

    C++
    在 GitHub 上查看↗6,467
  • genkit-ai/genkitgenkit-ai 的头像

    genkit-ai/genkit

    6,141在 GitHub 上查看↗

    Genkit is an LLM application framework and generative AI developer toolkit designed for building production AI applications. It serves as an AI workflow orchestrator that coordinates model calls and agentic tool usage through type-safe execution flows. The project provides a unified model interface and plugin architecture to standardize access to diverse large language models, vector stores, and telemetry backends. It distinguishes itself with a dedicated observability suite for tracing execution steps and a developer toolkit for prompting, debugging, and evaluating AI logic via a local inter

    Provides logic to route complex queries to specialized AI agents based on the subject matter.

    TypeScript
    在 GitHub 上查看↗6,141
  • katanemo/planokatanemo 的头像

    katanemo/plano

    5,120在 GitHub 上查看↗

    Plano is an AI agent orchestrator and LLM gateway proxy that unifies access to multiple AI providers through a single interoperable interface. It functions as a model routing engine that decouples applications from specific vendors using semantic aliases, allowing traffic to be shifted between providers without modifying application code. The system distinguishes itself with intent-based agent routing, which directs prompts to specialized agents based on semantic analysis. It features an interceptor-based filter chain system that acts as guardrail middleware to enforce safety policies, rewrit

    Directs user prompts to specialized AI agents by analyzing semantic intent and conversation history.

    Rustai-gatewayai-gateway-supportenvoy
    在 GitHub 上查看↗5,120
  • ruvnet/ruvectorruvnet 的头像

    ruvnet/ruvector

    4,253在 GitHub 上查看↗

    ruvector 是一个基于 Rust 的向量存储和图数据库,专为本地推理和最近邻搜索而设计。它利用向量图数据库架构和图神经网络索引,通过结构化注意力机制优化搜索排名。该系统包括用于执行状态向量模拟和复杂搜索模式的硬件加速量子电路模拟器,以及用于直接在 Web 浏览器中运行向量搜索和模型执行的 WebAssembly 推理引擎。 该项目采用认知容器格式,将模型、数据和可启动微内核打包成单个二进制文件进行部署。它具有专门的模型配置工具,包括防止灾难性遗忘的权重合并方法,以及用于即时权重适配的轻量级适配器机制。 该系统涵盖了广泛的功能面,包括硬件加速向量搜索、图关系查询以及用于 LaTeX 和 MathML 提取的科学文档解析。它还提供用于验证数据变更的加密见证链、基于 Raft 的高可用元数据同步,以及用于管理存储成本的分层分辨率数据压缩。

    Directs incoming requests to the most suitable model or agent endpoint using a self-learning routing mechanism.

    Rust
    在 GitHub 上查看↗4,253
  • bragai/brag-langchainbragai 的头像

    bragai/bRAG-langchain

    4,028在 GitHub 上查看↗

    bRAG-langchain is a framework for building retrieval augmented generation pipelines using LangChain to connect documents with language models. It functions as a vector store orchestrator that manages document indexing and retrieval strategies to improve context accuracy. The system implements an advanced retrieval pipeline featuring a semantic query router that directs natural language inputs to specific data sources or prompts. It includes a metadata filtering engine that translates natural language queries into structured schemas to narrow search results. The project covers hybrid search o

    Directs natural language inputs to specific data sources or prompts based on semantic similarity.

    Jupyter Notebookagentic-ragaichatbot
    在 GitHub 上查看↗4,028
  • jetbrains/koogJetBrains 的头像

    JetBrains/koog

    3,735在 GitHub 上查看↗

    Koog is an LLM agent framework used to build autonomous entities that execute tool-based workflows. It utilizes a graph-based workflow engine to define agent behaviors and decision paths as a directed graph of nodes and edges. The framework distinguishes itself through a model provider orchestrator that enables dynamic switching, load balancing, and automatic fallbacks between different AI backends. It implements the Model Context Protocol to connect agents to remote tool servers and features a RAG memory system using vector embeddings to maintain long-term conversation context. The project

    Directs user inputs to specific tools or sub-agents using semantic intent and graph-based routing patterns.

    Kotlinagentframeworkagentic-aiagents
    在 GitHub 上查看↗3,735
  • vllm-project/semantic-routervllm-project 的头像

    vllm-project/semantic-router

    3,205在 GitHub 上查看↗

    Routes inference requests to the optimal model based on semantic meaning of the input.

    Goai-gatewaybert-classificationfine-tuning
    在 GitHub 上查看↗3,205
  1. Home
  2. Data & Databases
  3. Semantic Query Routing

探索子标签

  • Agent-Specific Query RoutingDirecting user queries to specific AI agents based on semantic analysis of intent and conversation history. **Distinct from Semantic Query Routing:** Routes to AI agent identities rather than database shards or network paths