Postgresql向量化
原文地址: https://zhuzhulang.github.io/blog/posts/how-to-use-postgresql-as-vector-database
说起PostgreSQL的向量化,自然会想到如下2个插件:
- pg_vector
- pg_embedding
关于pgvector,需要安装的PostgreSQL需要大于等于13.0。对应的操作可以访问。
安装方式主要有2种:
- 通过源码进行安装
- 使用docker镜像
至于pg_embedding可以参考。
参考文章:
https://www.postgresql.org/about/news/pgvector-060-released-2799/
https://www.timescale.com/blog/postgresql-as-a-vector-database-using-pgvector