Skip to content

Example of using Vector Search algorithms for non-traditional workloads, like GIS, stock prices, and sets

License

Notifications You must be signed in to change notification settings

ashvardanian/abusing-vector-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Absuing Vector Search

This repo contains the code for the "Abusing Vector Search for Texts, Maps, and Chess ♟️" article.

  • gis.py - working with Geo-Spatial data using HNSW and Haversine distance.
  • stocks.py - covariance analysis for stocks using HNSW.
  • tokens.py - taking the tokenizer from BERT, but forgetting the model :)