-
Notifications
You must be signed in to change notification settings - Fork 144
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
[FEA]: Add Support of PipelineModes in REST Source/Sink Stage #1234
Comments
Hi @spatil44! Thanks for submitting this issue - our team has been notified and we'll get back to you as soon as we can! |
Thanks for submitting this issue. This was an oversight and should have been added when the stage was created. I've scheduled this to be fixed in our 23.11 release and assigned a developer. |
Closing this issue, More details are on MR |
## Description <!-- Note: The pull request title will be included in the CHANGELOG. --> <!-- Provide a standalone description of changes in this PR. --> <!-- Reference any issues closed by this PR with "closes #1234". All PRs should have an issue they close--> Closes ## 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.
Updating to fields and presentation of fields for Model Card++ 3.0 Release. ## Description <!-- Note: The pull request title will be included in the CHANGELOG. --> <!-- Provide a standalone description of changes in this PR. --> <!-- Reference any issues closed by this PR with "closes #1234". All PRs should have an issue they close--> Closes ## 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.
Updating to fields and presentation of fields for Model Card++ 3.0 Release. ## Description <!-- Note: The pull request title will be included in the CHANGELOG. --> <!-- Provide a standalone description of changes in this PR. --> <!-- Reference any issues closed by this PR with "closes #1234". All PRs should have an issue they close--> Closes ## 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.
…1714) ## Description <!-- Note: The pull request title will be included in the CHANGELOG. --> <!-- Provide a standalone description of changes in this PR. --> <!-- Reference any issues closed by this PR with "closes #1234". All PRs should have an issue they close--> - Added tests for NVFoundation (test_nvfoundation_llm_client.py created) - Added tests for FAISS (test_faiss_vector_db_service.py created) - Changes to faiss_vdb_service.py (implemented more methods - insert, delete, count, create) - Changes to nvfoundation_llm_service.py (api key changes in NVFoundationLLMService) Closes ## 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.
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
The current version of the Morpheus REST Source/Sink Stage does not support
PipelineModes
. As a result, it is not possible to use the REST Source/Sink in building the Pipeline. BuildingPipeline
through Morpheus CLI is a better and more convenient option as it doesn't require any code change in existing REPO.Describe your ideal solution
@register_stage("from-http", modes=[PipelineModes.FIL, PipelineModes.NLP, PipelineModes.OTHER])
class HttpServerSourceStage(PreallocatorMixin, SingleOutputSource):
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: