https://ericfillion.github.io/ericsearch/
A local vector search engine built for speed and scalability.
- Fast: we use two-level IVF to effectively scale to millions of documents.
- EricRanker(): powered by a cross-encoder model that extracts relevant information from the top documents.
- Accelerated compute: compatible with both MPS and CUDA.
- Easy to use: only a few lines of code are needed to train new datasets
- Lightweight: simple to install and run with a single Python script.
- Integrated with Hugging Face's Hub.
- Transferable: zip a single folder to move an entire dataset.
pip install ericsearch- Eric Fillion Lead Maintainer
- Ted Brownlow Maintainer
We are currently not accepting contributions.
