postgres_lsp VS vecs

Compare postgres_lsp vs vecs and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
postgres_lsp vecs
6 3
3,134 191
0.6% 1.6%
9.2 8.7
11 days ago 2 months ago
Rust Python
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

postgres_lsp

Posts with mentions or reviews of postgres_lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-02.

vecs

Posts with mentions or reviews of vecs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-07.
  • Hugging Face is now supported in Supabase
    4 projects | dev.to | 7 Aug 2023
    supabase/vecs is our Python client for vector projects. Today, we're releasing a new feature for vecs called "adapters".
    1 project | news.ycombinator.com | 7 Aug 2023
    hey hn, supabase ceo here.

    This is an iteration of several things that we’ve developed to support Hugging Face.

    1. Python adapters. The first is our python lib, Vecs [0], which now supports “adapters”. Adapters are simply a pipeline of transformations that an input goes through (for example: split the text into chunks, then turn it into an embedding). We’ve included support for Hugging Face sentence transforms to automatically download the models on first run, and then cache them for subsequent runs.

    2. Deno support. I want to start by pointing out that most of the hard work to support Hugging Face in Javascript is through Joshua’s continued efforts on Transformers.js (Joshua is an employee at HF). To support this effort we’re rolling out support across all of the Supabase Edge Functions. We’ve started with sentence embeddings for now since that’s the most common use-case for pgvector.

    At the moment 98% of Supabase customers use OpenAI to create embeddings in pgvector. With today’s release we’re hoping to add more options, especially for situations where fewer dimensions are viable (for better pgvector performance[2])

    A few of the supabase engineers will be in the comments to answer any questions, as well as Joshua from HF (@xenova on HN)

    [0] Vecs: https://github.com/supabase/vecs/

    [1] Transformers.js: https://huggingface.co/docs/transformers.js/index

    [2] pgvector performance with lower dimensions: https://supabase.com/blog/fewer-dimensions-are-better-pgvect...

  • Vecs: Vector Store Client backed by PostgreSQL/pgvector
    1 project | /r/Python | 24 May 2023
    Vecs is a python client storing and searching vectors backed by Postgres and pgvector. It gives a familiar collection-like interface to upserting and searching.

What are some alternatives?

When comparing postgres_lsp and vecs you can also consider the following projects:

pspg - Unix pager (with very rich functionality) designed for work with tables. Designed for PostgreSQL, but MySQL is supported too. Works well with pgcli too. Can be used as CSV or TSV viewer too. It supports searching, selecting rows, columns, or block and export selected area to clipboard.

edge-runtime - A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.

pgvector - Open-source vector similarity search for Postgres

basejump - Teams, personal accounts, permissions and billing for your Supabase app

declarative-schemas

supabase-test-helpers - Test helpers for pgTAP and Supabase

nil - NIx Language server, an incremental analysis assistant for writing in Nix.

vetur - Vue tooling for VS Code.

language-server-protocol - Defines a common protocol for language servers.

sqlx-ts - node.js compile-time SQL validations & type generations

vscode-postgres - PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense