lantern VS jvector

Compare lantern vs jvector and see what are their differences.

lantern

PostgreSQL vector database extension for building AI applications (by lanterndata)

jvector

JVector: the most advanced embedded vector search engine (by jbellis)
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
lantern jvector
5 3
661 1,273
8.3% -
9.6 9.7
2 days ago 4 days ago
C Java
GNU General Public License v3.0 or later 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.

lantern

Posts with mentions or reviews of lantern. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-25.
  • Are we at peak vector database?
    8 projects | news.ycombinator.com | 25 Jan 2024
    Traditional DBs already kinda support vector DBs via pg_vector extensions and such.

    There is a YC startup, latnern, that also built their own extension for postgres that is open source and is better for vector DB use cases: https://github.com/lanterndata/lantern

    But yeah! Traditional DBs already support this, if you consider this extension to be part of Postgres.

  • 90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
    7 projects | news.ycombinator.com | 2 Jan 2024
    This extension is licensed under the Business Source License[0], which makes it incompatible with most DBaaS offerings. The BSL is a closed-source license. Good choice for Lantern, but unusable for everyone else.

    Some Postgres offerings allow you to bring your own extensions, for instance Neon[1], where I work. I tried to look at AWS docs for you, but couldn't find anything about that. I did find Trusted Language Extensions[2], but that seems to be more about writing your own extension. Couldn't find a way to upload arbitrary extensions.

    [0]: https://github.com/lanterndata/lantern/commit/dda7f064ca80af...

  • Show HN: Lantern – a PostgreSQL vector database for building AI applications
    4 projects | news.ycombinator.com | 13 Sep 2023
    Install and use our extension here` https://github.com/lanterndata/lantern

    Features today + Coming soon

jvector

Posts with mentions or reviews of jvector. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-24.
  • Why Vector Compression Matters
    3 projects | dev.to | 24 Apr 2024
    JVector builds on the ideas in DiskANN to provide state-of-the-art vector search for Java applications. I’ve used the JVector Bench driver to visualize how recall (search accuracy) degrades when searching for the top 100 neighbors in data sets created by different embedding models against a small sample of chunked Wikipedia articles. (The data sets are built using the open source Neighborhood Watch tool.) Perfect accuracy would be a recall of 1.0.
  • 90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
    7 projects | news.ycombinator.com | 2 Jan 2024
    Nice to see people care about index construction time.

    JVector scales linearly to at least 32 cores and may be the only graph-based vector index designed around nonblocking data structures (as opposed to fine-grained locks): https://github.com/jbellis/jvector/

    JVector indexes the Sift1M dataset in under 19s on a 32 core aws box (m6i.16xl), compared to 50s for Lantern in the article.

  • JVector: The most advanced embedded vector search engine
    1 project | news.ycombinator.com | 4 Oct 2023

What are some alternatives?

When comparing lantern and jvector you can also consider the following projects:

vector-search-class-notes - Class notes for the course "Long Term Memory in AI - Vector Search and Databases" COS 597A @ Princeton Fall 2023

usearch - Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍

frameless - Expressive types for Spark.

lantern_extras - Routines for generating, manipulating, parsing, importing vector embeddings into Postgres tables

react-semantic-search