Skip to content
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

Fix vdb_upload runtime error #1643

Conversation

dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented Apr 18, 2024

Description

  • Add ControlMessage to the accepted_types for InferenceStage when in Python mode
  • fix import of CppTensorMemory
  • Set default value of ['rss'] for --source_type avoids issue where command line flag values are ignored.
  • Fix bug in overrides of config fixture which prevented parameterization on the use_cpp fixture.
  • fix type-o in config value stop_after_rec not stop_after_sec
  • Ensure a default int value for stop_after_rec to avoid schema validation error
  • Revert the default value for --vector_db_resource_name back to 'RSS', allowing the output of running this example to be used as the input for the RAG pipeline

Closes #1642
Closes #1645

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change Merge After Dependencies PR is completed and reviewed but depends on another PR; do not merge out of order ! - Hotfix Related to a Hotfix Release skip-ci Optionally Skip CI for this PR labels Apr 18, 2024
@dagardner-nv dagardner-nv self-assigned this Apr 18, 2024
@dagardner-nv dagardner-nv requested a review from a team as a code owner April 18, 2024 23:41
@dagardner-nv dagardner-nv marked this pull request as draft April 19, 2024 15:14
dagardner-nv and others added 6 commits April 19, 2024 08:48
…ling on a validation error on the rss source schema"

This reverts commit c401291.
conda dropped support for the --force flag to conda env create. This changes that flag name to --yes.
See https://github.com/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and rapidsai/miniforge-cuda#63 for more info.

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - Eli Fajardo (https://github.com/efajardo-nv)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)

URL: nv-morpheus#1636
…Morpheus into david-vdb-upload-control-msg-1642
@dagardner-nv dagardner-nv removed the skip-ci Optionally Skip CI for this PR label Apr 19, 2024
@dagardner-nv dagardner-nv marked this pull request as ready for review April 19, 2024 17:59
@dagardner-nv dagardner-nv removed the Merge After Dependencies PR is completed and reviewed but depends on another PR; do not merge out of order label Apr 19, 2024
@dagardner-nv
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 31d963a into nv-morpheus:branch-24.03 Apr 22, 2024
12 of 13 checks passed
@dagardner-nv dagardner-nv deleted the david-vdb-upload-control-msg-1642 branch April 22, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
! - Hotfix Related to a Hotfix Release bug Something isn't working non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants