facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.93k stars 4.72k forks source link

The bin file is too large. How do I store database calls? #1193

Open yifanhunter opened 3 years ago

yifanhunter commented 3 years ago

Hello, in practical application, because .bin file takes up too much memory, it is necessary to split the bin file and store it in Redis or other databases, and then call the database during the prediction. are there same approaches to achieve this? thanks for your reply !