finalfusion / finalfusion-rust

finalfusion embeddings in Rust
https://finalfusion.github.io/
Other
92 stars 10 forks source link

Pretrained embedding fetcher #53

Open danieldk opened 5 years ago

danieldk commented 5 years ago

I think it would be nice to have a small utility data structure to fetch pretrained embeddings. I don't think this needs to be part of the finalfusion crate, since it is not really core functionality. The basic idea is:

After this is implemented, the functionality could also be exposed in finalfusion-python.

sebpuetz commented 5 years ago

Sounds like a very convenient feature. Some feature to search for embeddings or to get a list of available files would also be nice to have.