https://github.com/explosion/prodigy-ann
A Prodigy pluging for ANN techniques
https://github.com/explosion/prodigy-ann
Last synced: about 1 month ago
JSON representation
A Prodigy pluging for ANN techniques
- Host: GitHub
- URL: https://github.com/explosion/prodigy-ann
- Owner: explosion
- License: mit
- Created: 2023-09-29T12:47:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T12:12:38.000Z (over 2 years ago)
- Last Synced: 2025-10-19T22:02:39.899Z (6 months ago)
- Language: Python
- Size: 4.47 MB
- Stars: 5
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏘 Prodigy-ANN

This repository contains a Prodigy plugin for recipes that involve approximate nearest neighbor (ANN) techniques to fetch relevant subsets of the data to curate. To encode the text this library uses
[sentence-transformers](https://sbert.org) and it uses
[hnswlib](https://github.com/nmslib/hnswlib) as an index for these vectors.
You can install this plugin via `pip`.
```
pip install "prodigy-ann @ git+https://github.com/explosion/prodigy-ann"
```
To learn more about this plugin, you can check the [Prodigy docs](https://prodi.gy/docs/plugins/#ann).
## Issues?
Are you have trouble with this plugin? Let us know on our [support forum](https://support.prodi.gy/) and we'll get back to you!