Package Details: pgvector 0.8.0-2

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)

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:

/bin/sh: line 1: /usr/lib/llvm15/bin/llvm-lto: No such file or directory
make: *** [/usr/lib/postgresql/pgxs/src/makefiles/pgxs.mk:238: install] Error 127
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: pgvector-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
pgvector - exit status 4

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 ?