Skip to content

Feature Request: support pgvecto.rs extension #895

@haschu

Description

@haschu

Hey there!
I hope it's okay that I open an issue for this one.

See: https://github.com/orgs/supabase/discussions/679#discussioncomment-8611842

Supabase currently puts a lot of focus on AI, vectors, RAG, etc. and has published extremely high quality articles like this one that help users (including myself and my company) get the most out of their Supabase vector database in terms of performance and scalability - which is absolutely awesome!

However, pgvector suffers from some serious bottlenecks, like this, which makes it almost unusable in combination with additional filters and indexes without suffering from really bad recall. We are currently experiencing this problem and there seems to be no reasonable workaround for it.

See also: https://github.com/run-llama/llama_index/issues/9519


While searching for possible solutions, we came across pgvecto.rs, which claims to have solved these problems and also works much faster and offers many more features (including compression, support for higher dimensions, lower memory and storage usage and more) than pgvector.
We tested it locally and were surprised at how well it performed compared to pgvector - I really encourage you to give it a quick try.

I would love to see pgvecto.rs as an extension for supabase! I'd also create a PR to support it (since there's an official deb package, that shouldn't be too hard). I've also spoken to the pgvecto.rs maintainers on their discord and they seem to be on board with supporting this on Supabase.

Any chance for making this happen in the foreseeable future? :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions