1 个仓库
Vector databases designed to be deployed as clusters across multiple nodes for scalability and availability.
Distinct from Vector Databases: Distinct from Vector Databases: specifically focuses on the distributed, clustered nature of the deployment for high availability.
Explore 1 awesome GitHub repository matching data & databases · Distributed Architectures. Refine with filters or upvote what's useful.
Infinity 是一个分布式向量数据库和多模态向量存储,旨在管理用于检索和相似性搜索的大规模数据集。它通过存储和检索稠密向量、稀疏向量和全文数据,作为大语言模型应用和检索增强生成流水线的后端。 该系统作为一个混合搜索引擎,结合了向量嵌入和全文搜索以及重排序算法,以识别最相关的文档。它支持多模态数据存储,允许在单一环境中维护包括张量、字符串和数值在内的多种数据类型。 该数据库提供管理数据库模式和记录的功能,包括数据导入、导出和结构化查询。它包含用于索引管理和存储优化的工具,并通过系统或表快照提供状态恢复。 该数据库可以作为单一二进制文件部署或通过 Docker 部署,并可通过 HTTP API 和 Python SDK 进行访问。
A scalable distributed vector database architecture supporting cluster deployment for high availability and large datasets.