How might we store the ner_model.dat file if it's not in version control? #60
stevepolitodesign
started this conversation in
Ideas
Replies: 3 comments 3 replies
-
This will likely depend on the host, but if you're using Heroku, you could create a custom Buildpack. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is it possible to have that model somewhere online and pass it as a URL instead of a local path? |
Beta Was this translation helpful? Give feedback.
2 replies
-
It looks like Trove is one possible solution. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The ner_model.dat is large, and it's not advisable to store it in version control. This isn't a problem for local development, but is a problem for production environments that are built from source.
Beta Was this translation helpful? Give feedback.
All reactions