-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Advana release/v2.0.1 #157
Open
mishoe
wants to merge
127
commits into
dev
Choose a base branch
from
advana-release/v2.0.1
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Training container See merge request advana/gamechanger/gamechanger-ml-source!154
Add hierarchy json file See merge request advana/gamechanger/gamechanger-ml-source!151
# Conflicts: # gamechangerml/data/features/GraphRelations.xls
Add in explicit version for huggingface-hub to be 0.7.0 (same as sipr) See merge request advana/gamechanger/gamechanger-ml-source!156
- delete gamechangerml/api/fastapi/utils/redisdriver.py - create gamechanger/api/fastapi/utils/redis_driver/ - create __init__.py - create redis_configs.py to hold REDIS_PORT and REDIS_HOST - create redis_pool.py to hold RedisPool class - create cache_variable.py to hold CacheVariable class
- entity_extraction_example.py - query_expansion_example.py - also move readme sections to new experimental/README.md
- rm unused method: run_pipeline() - rm unused imports & params - autoformatting
create get_current_datetime()
- moved paths to new file: gamechangerml/src/utilities/paths.py - use configure_logger() to create the logger - rm unused var: modelname - rm unused attribute: model_suffix - rm unused method params - create _load_meta_files() to simplify init - use upload() in create_metadata()
& rm gamechangerml/src/utilities/paths.py
autoformatting rm unused imports
- move NumpyJSONEncoder from test_utils.py to new numpy_json_encoder.py - move np_utils.py into this folder - move numpy_encoder/ into this folder - update relevant imports - update utilities/__init__.py
Added GC Web connection See merge request advana/gamechanger/gamechanger-ml-source!165 Description: How to test: Remember to attach the issue if it's not
Anchore fix03 See merge request advana/gamechanger/gamechanger-ml-source!166 Description: How to test: Remember to attach the issue if it's not
Advana library helm See merge request advana/gamechanger/gamechanger-ml-source!167 Description: How to test: Remember to attach the issue if it's not
Anchore fix05 See merge request advana/gamechanger/gamechanger-ml-source!172 Description: How to test: Remember to attach the issue if it's not
…ase/v2.0.1' semantic search by title See merge request advana/gamechanger/gamechanger-ml-source!175 Description: How to test: Remember to attach the issue if it's not
clear semantic cache and get cache See merge request advana/gamechanger/gamechanger-ml-source!178 Description: How to test: Remember to attach the issue if it's not
implement default threshold to filter results See merge request advana/gamechanger/gamechanger-ml-source!179 Description: How to test: Remember to attach the issue if it's not
Init sentence transformer See merge request advana/gamechanger/gamechanger-ml-source!180 Description: How to test: Remember to attach the issue if it's not
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
PR to merge the latest gamechanger-ml code from deployment v2.0.1 into publicly available github repo.
All of the ticketing and testing has been performed within gitlab (main repo for pushing code updates