-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remove config input models #1570
Merged
Merged
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
natoverse
previously approved these changes
Jan 2, 2025
AlonsoGuevara
previously approved these changes
Jan 2, 2025
natoverse
approved these changes
Jan 2, 2025
natoverse
pushed a commit
that referenced
this pull request
Jan 3, 2025
* Remove config input models * remove unit tests related to config input models * add semversioner change * Merge branch 'main' into config-remove-input-models
natoverse
pushed a commit
that referenced
this pull request
Jan 3, 2025
* Remove config input models * remove unit tests related to config input models * add semversioner change * Merge branch 'main' into config-remove-input-models
natoverse
added a commit
that referenced
this pull request
Jan 3, 2025
* Remove most old pipeline running code and update tests * Restore update functionality * Remove most pipeline config references * Move workflows up * Simplify base_text_units naming * Simplify verb test setup * Simplify table read/write * Remove some pipeline_config refs * Remove misc unused utils/functions * Semver * Update blog posts (#1571) * Semver * Fix filename typo * Remove runtime_storage and snapshot * Remove unused exporter * Improve workflow_name reuse * Move derive_from_rows from DataShaper * Migrate callbacks/progress from DataShaper * Remove unused profiling * Remove DataShaper agg helper in create_base_text_units * Remove VerbParallelizationError * Remove datashaper dep and docs references * Chore/gleanings any encoding (#1569) * Make claims and entities independent of encoding * Semver * Change semver release type * Basic search implementation (#1563) * basic search implementation * basic streaming functionality * format check * check fix * release change * Chore/gleanings any encoding (#1569) * Make claims and entities independent of encoding * Semver * Change semver release type --------- Co-authored-by: Alonso Guevara <[email protected]> * Remove config input models (#1570) * Remove config input models * remove unit tests related to config input models * add semversioner change * Merge branch 'main' into config-remove-input-models * Bump ruff from 0.8.4 to 0.8.5 (#1579) * Bump ruff from 0.8.4 to 0.8.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.8.4...0.8.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fix ruff * Semver * Another ruff --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alonso Guevara <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Alonso Guevara <[email protected]> Co-authored-by: gaudyb <[email protected]> Co-authored-by: Derek Worthen <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
natoverse
pushed a commit
that referenced
this pull request
Jan 3, 2025
* Remove config input models * remove unit tests related to config input models * add semversioner change * Merge branch 'main' into config-remove-input-models
natoverse
pushed a commit
that referenced
this pull request
Jan 3, 2025
* Remove config input models * remove unit tests related to config input models * add semversioner change * Merge branch 'main' into config-remove-input-models
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
Remove config input models as they are not required. This also simplifies the logic of going from a yaml config model to a GraphRAGConfig.
Checklist