Search Criteria
Package Details: pgvector 0.8.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pgvector.git (read-only, click to copy) |
---|---|
Package Base: | pgvector |
Description: | A vector similarity search extension for PostgreSQL |
Upstream URL: | https://github.com/pgvector/pgvector |
Licenses: | custom |
Submitter: | sorz |
Maintainer: | sorz |
Last Packager: | sorz |
Votes: | 7 |
Popularity: | 0.83 |
First Submitted: | 2023-03-27 10:31 (UTC) |
Last Updated: | 2025-05-25 02:18 (UTC) |
Dependencies (3)
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR, postgresql-gitAUR, postgresql13AUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
Required by (5)
- edgedb (optional)
- vectorchord
- vectorchord (make)
- vectorchord-bin
- vectorchord-immich-bin
Latest Comments
karboncore commented on 2025-05-24 19:46 (UTC)
Would you consider changing the
make
line to read as follows?make OPTFLAGS=
Otherwise this compiles with
-march=native
and may not be portable to other computers.marty1885 commented on 2024-04-18 09:45 (UTC)
I think the 'llvm15' 'clang15' build dependency is not needed. I deleted it from PKGBUILD and still builds correctly. Could we get rid of it to slim down the build process for everyone?
hornobster commented on 2023-09-28 16:30 (UTC)
Hi, I am getting the following error on install:
Am I missing some dependency?
minxu commented on 2023-07-12 20:46 (UTC)
Nice AUR. I added a trivial wiki page for it.
falco commented on 2023-06-26 15:59 (UTC)
Hey, can you add llvm and clang as dependencies ?