2 مستودعات
Mechanisms for extracting raw content from multiple files using identifiers or patterns.
Distinct from Search-Index-Based Retrieval: None of the candidates cover the specific act of batch content extraction from a file index.
Explore 2 awesome GitHub repositories matching data & databases · Multi-Document Content Retrieval. Refine with filters or upvote what's useful.
WeKnora is a multi-tenant retrieval-augmented generation (RAG) knowledge platform and autonomous AI agent framework. It transforms raw documents into queryable knowledge bases and integrates large language models with vector databases to provide grounded AI responses. The system also functions as a Model Context Protocol (MCP) tool server, exposing knowledge search and agentic capabilities to external AI clients. The platform distinguishes itself through an autonomous agent framework that utilizes iterative reasoning, tool calling, and web search to solve multi-step tasks. It implements a sta
Downloads raw knowledge files and monitors their parsing status until the process is complete.
qmd is a local semantic search engine and RAG knowledge base indexer that functions as a Model Context Protocol server. It converts local documents, markdown files, and codebases into a searchable database to provide retrieval augmented generation capabilities for AI agents. The system exposes its search and retrieval tools via stdio or HTTP. It utilizes local model files for embeddings and reranking, supporting query expansion across multiple languages. The project employs abstract syntax tree based chunking to split source code at function and class boundaries. It implements hybrid vector-
Allows extracting content from multiple documents simultaneously using glob patterns or unique identifiers.