Skip to main content

Postgres 嵌入

pg_embedding 是一个开源软件包,用于使用 PostgresHierarchical Navigable Small Worlds 算法进行近似最近邻搜索。

安装和设置

我们需要安装几个 Python 软件包。

pip install psycopg2-binary

向量存储

查看使用示例

from langchain_community.vectorstores import PGEmbedding

Was this page helpful?


You can leave detailed feedback on GitHub.