abusing-vector-search

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

APACHE-2.0 License

Stars
10
Committers
1

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 :)