geolexica / breviter

The project for reverse semantic search for NLnet
Other
2 stars 1 forks source link

feat: support loading "local" file path models, fixes #16 #17

Closed ronaldtse closed 2 years ago

ronaldtse commented 2 years ago

feat: support loading "local" file path models, fixes #16

ronaldtse commented 2 years ago

In this PR the local file paths work (i.e. during yarn compute_db, it loads models locally from the file paths).

However, the remote file paths still load from tfhub.dev. I'm perplexed. Leaving that to a separate issue.