Skip to content
代码片段 群组 项目
未验证 提交 d375db8b 编辑于 作者: Stan Hu's avatar Stan Hu
浏览文件

Run pgvector-clean before pgvector-setup

For some reason the pgvector compiled for PostgreSQL 13 was
being installed in the PostgreSQL 14 library path:

`tmp/loadable_libraries.txt` failed with:

```
could not load library "$libdir/vector": ERROR:  incompatible library "/Users/psj/.asdf/installs/postgres/14.9/lib/vector.so": version mismatch
DETAIL:  Server is version 14, library is version 13.
In database: gitlabhq_development_embedding
In database: gitlabhq_test_embedding
```

To avoid this problem, run `make pgvector-clean` before the `make
pgvector-setup`.
上级 ea322307
No related branches found
No related tags found
加载中
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册