Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devinleamy/fs
Semantic local search experiment.
https://github.com/devinleamy/fs
Last synced: 16 days ago
JSON representation
Semantic local search experiment.
- Host: GitHub
- URL: https://github.com/devinleamy/fs
- Owner: DevinLeamy
- Created: 2023-10-11T04:12:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T21:35:15.000Z (about 1 year ago)
- Last Synced: 2023-10-30T23:28:35.517Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 19.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FS
### Semantic local search experiment
> No docs and very incomplete - just an experiment.
- Uses [faiss](https://github.com/facebookresearch/faiss) through [faiss-rs](https://github.com/Enet4/faiss-rs) as a vector store.
- And a sentence embedding model from [transformers](https://github.com/huggingface/transformers) through [rust-bert](https://github.com/guillaume-be/rust-bert).