We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allows for abstract model locations away from AWS. This file sets AWS as model source
https://github.com/allenai/scispacy/blob/main/scispacy/candidate_generation.py
For instance https://github.com/allenai/scispacy/blob/main/scispacy/candidate_generation.py#L43
Allow these to be set by environment or configuration files.
The text was updated successfully, but these errors were encountered:
Makes perfect sense @buddha314, I'd be happy to accept a PR doing this!
Sorry, something went wrong.
Initial thinking is to take the root url as an environment variable with the AWS location as the default.
Makes sense, I might consider making a new LocalLinkerPaths that reads from environment variables.
LocalLinkerPaths
No branches or pull requests
Allows for abstract model locations away from AWS. This file sets AWS as model source
https://github.com/allenai/scispacy/blob/main/scispacy/candidate_generation.py
For instance https://github.com/allenai/scispacy/blob/main/scispacy/candidate_generation.py#L43
Allow these to be set by environment or configuration files.
The text was updated successfully, but these errors were encountered: