Skip to content
代码片段 群组 项目
  • Stan Hu's avatar
    d375db8b
    Run pgvector-clean before pgvector-setup · d375db8b
    Stan Hu 创作于
    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`.
    d375db8b
    历史
    Run pgvector-clean before pgvector-setup
    Stan Hu 创作于
    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`.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。