百科.dev
全部条目趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
P

pgvector

> 编程语言
开源

Postgres 的开源向量相似性搜索

22.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Postgres 的开源向量相似性搜索

pgvector 开源向量相似性搜索 Postgres 与其它数据一起存储您的向量 。 支持: - 准确和相近的相邻搜索 - 单精度,半精度, 二进制, 和稀疏的向量 - L2 相距, 内出产, 余弦相距, L1相距, 咸明相距, 和Jacard相距 - 任何具有 Postgres 客户端 Plus ACID 兼容性的语言, 点入时恢复, JOINs, 和 Postgres 所有其他伟大的特性 都有很多向量 ? 使用定量来缩放安装 Linux 和 Mac 编译并安装扩展名( 支持 Postgres 13+) sh cd /tmp git Clone - branch v0.8.6. https://GitHub.com/pgvector/pgvector.git cd pgvector make make sind # 可能需要 sudo 遇到问题请查看安装注释 也可以用Docker,Homebrew,PGXN,APT,Yum,pkg,APK,或conda-forge来安装它,它会与Postgr预先安装.....

核心特点

  • •exact and approximate nearest neighbor search
  • •single-precision, half-precision, binary, and sparse vectors
  • •L2 distance, inner product, cosine distance, L1 distance, Hamming distance, and Jaccard distance
  • •any language with a Postgres client
  • •<-> - L2 distance
  • •<#> - (negative) inner product
  • •<=> - cosine distance
  • •<+> - L1 distance
  • •<~> - Hamming distance (binary vectors)
  • •<%> - Jaccard distance (binary vectors)

> 标签

Capproximate-nearest-neighbor-searchnearest-neighbor-search

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言