NVIDIA/NeMo-Retriever
Ver no GitHub[DOC]: Add process for creating a new Task handler to CONTRIBUTING.md
Open
#16 aberto em 29 de ago. de 2024
docgood first issue
Métricas do repositório
- Stars
- (2.944 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
How would you describe the priority of this documentation request
Would be nice
Describe the future/missing documentation
This will add a new CONTRIBUTING.md section that outlines the steps for adding a new processing task type, and making it available for use via the client library and cli interface.
- Task Definition:
- The process for adding a new task to the CLI and library, including
--taskspecification, and configuration options.
- The process for adding a new task to the CLI and library, including
- Processing Module:
- How to create a new stage/module that checks a control message for a specified task, extracts the task, operates on the message payload, updates the appropriate elements, and forwards the control message to the next stage.
- How to add the new stage/module to the pipeline
- Setting up the module for proper unit testing.
Where have you looked?
No response