You are here: Home / LBN / Up2date / Data Science / BastionLinux 36 / jvector-3.0.6-1.lbn36.noarch

jvector-3.0.6-1.lbn36.noarch

Package Attributes
RPM  jvector-3.0.6-1.lbn36.noarch.rpm Architecture  noarch Size  325379 Created  2025/05/19 12:49:45 UTC
Package Specification
Summary the most advanced embedded vector search engine
Group Development/Libraries
License Apache Software License 2.0
Home Page https://github.com/jbellis/jvector
Description

Exact nearest neighbor search (k-nearest-neighbor or KNN) is prohibitively expensive at higher dimensions, because approaches to segment the search space that work in 2D or 3D like quadtree or k-d tree devolve to linear scans at higher dimensions. This is one aspect of what is called “the curse of dimensionality.”

With larger datasets, it is almost always more useful to get an approximate answer in logarithmic time, than the exact answer in linear time. This is abbreviated as ANN (approximate nearest neighbor) search.

There are two broad categories of ANN index:

Partition-based indexes, like LSH or IVF or SCANN Graph indexes, like HNSW or DiskANN

Graph-based indexes tend to be simpler to implement and faster, but more importantly they can be constructed and updated incrementally. This makes them a much better fit for a general-purpose index than partitioning approaches that only work on static datasets that are completely specified up front. That is why all the major commercial vector indexes use graph approaches.

JVector is a graph index in the DiskANN family tree.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
/bin/sh  
rpmlib(CompressedFileNames)  
rpmlib(FileDigests)  
jre-21  
Provides
group(jvector)
jvector
user(jvector)

Document Actions