MCPcopy Create free account
hub / github.com/MinishLab/vicinity / Backend

Class Backend

vicinity/datatypes.py:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class Backend(str, Enum):
21 HNSW = "hnsw"
22 BASIC = "basic"
23 ANNOY = "annoy"
24 PYNNDESCENT = "pynndescent"
25 FAISS = "faiss"
26 USEARCH = "usearch"
27 VOYAGER = "voyager"

Callers 4

loadMethod · 0.90
get_backend_classFunction · 0.90
load_from_hubFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…