6 个仓库
Fetching relevant documents from an index using vector embeddings for semantic similarity.
Distinct from Vector Document Indexing: Distinct from Vector Document Indexing: focuses on the retrieval step using embeddings, not the indexing workflow.
Explore 6 awesome GitHub repositories matching data & databases · Semantic Document Retrieval. Refine with filters or upvote what's useful.
This repository is a collection of frameworks and guides for Llama models, functioning as a fine-tuning framework, an inference pipeline, and an AI workflow orchestrator. It provides tools for adapting large language models to specific datasets and domains. The project includes a parameter-efficient fine-tuning toolkit that utilizes techniques like low-rank adaptation to reduce memory and compute requirements. It also serves as an implementation guide for retrieval-augmented generation, combining model inference with external data retrieval to improve response accuracy. The capability surfac
Queries external databases for relevant text chunks using semantic similarity to ground responses.
Genkit is an open-source framework for building AI-powered applications. It provides a unified interface for connecting to hundreds of generative AI models from multiple providers, enabling text, image, audio, and video generation through a single API. The framework structures multi-step AI interactions—including chat, retrieval-augmented generation, tool use, and agentic workflows—as composable, traceable flows with built-in streaming and state management. The framework distinguishes itself through a comprehensive developer toolkit that includes a command-line interface and a local developer
Fetches relevant documents from an index using vector embeddings for semantic similarity.
该项目是一个知识库插件和 RAG 上下文管理器,使用本地向量数据库接口来实现语义搜索和关系映射。它将文本转换为数值向量,根据概念含义而非关键词匹配来查找语义相关的笔记和摘录。 该系统通过语义图可视化工具脱颖而出,该工具将笔记映射为集群以揭示概念联系。它还具有上下文管理器,能够将本地笔记和摘录捆绑成可重用的包,为大语言模型对话提供扎实的事实基础。 该工具涵盖了广泛的功能,包括自然语言知识查询、用于笔记创建的自动化工作流执行,以及在本地和云端 AI 模型之间路由提示的能力。它提供了多种发现界面,例如内联相关内容指示器和用于在编辑过程中显示相似文档的底部面板。
Surfaces semantically similar excerpts based on the active document to discover relevant prior work.
DrQA is an open-domain question answering system that retrieves relevant documents from a large corpus and extracts specific answers to natural language questions. It is implemented as a neural network system that combines a document retrieval engine with a machine reading comprehension model. The system utilizes a two-stage pipeline architecture. A coarse-grained document retriever uses weighted word vectors to identify potential documents, while a fine-grained machine reading comprehension model identifies and extracts the exact text span containing the answer. The project also includes a
Uses vector embeddings for semantic document retrieval within a large unstructured corpus.
This project is a web-based platform designed for retrieval-augmented generation, providing a conversational interface that connects language models to private document collections. It functions as a comprehensive system for managing enterprise knowledge bases, allowing users to query internal documents and receive context-aware, source-verified answers through a natural language chat interface. The platform distinguishes itself by integrating vector-based semantic search with modular knowledge base management, enabling the ingestion, segmentation, and indexing of documents into searchable em
Uses vector embeddings to perform rapid semantic similarity searches during query generation.
该项目提供了一个在本地消费级硬件上运行大语言模型并执行基于文档的问答的框架。通过将基于 CPU 的推理引擎与本地向量数据库集成,用户无需依赖云端 API 或专用 GPU 即可处理信息。 该系统作为一个命令行工具,管理私有信息处理的全生命周期。它将本地文本文件转换为可搜索的向量嵌入,使模型能够检索相关上下文,并基于用户提供的特定原始材料生成回答。通过使用量化模型执行,该框架降低了内存和计算需求,从而在标准硬件上也能流畅运行。 该项目涵盖了文档索引、语义检索和上下文感知生成的完整流水线。它通过将所有文档摄入、嵌入生成和模型推理任务保留在本地环境中,确保了数据隐私。
Fetches relevant document segments from an index using vector embeddings for semantic similarity.