Zum Inhalt springen

I made a vector DB where you can hot-swap the index type

Got tired of choosing between speed and accuracy for similarity search. So I made the index swappable.

Linear for small stuff, KD-Tree for maps, LSH for embeddings. GitHub: https://github.com/doganarif/vectordb

submitted by /u/doganarif
[link] [comments]

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert