Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashvardanian/abusing-vector-search

Example of using Vector Search algorithms for non-traditional workloads, like GIS, stock prices, and sets
https://github.com/ashvardanian/abusing-vector-search

demo example geospatial gis stocks tokenizer transformer tutorial vector-search

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Absuing Vector Search

This repo contains the code for the ["Abusing Vector Search for Texts, Maps, and Chess ♟️" article](https://ashvardanian.com/posts/abusing-vector-search/).

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