Medical
module_medical(config)
Extracts specific medical parameters from a data source using a Redis-based RAG pipeline.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
config
|
AppConfig
|
Configuration object containing user, task, and analysis information. |
required |
Returns:
Name | Type | Description |
---|---|---|
str |
str
|
The Redis key associated with the result of the RAG pipeline execution. |
Source code in modules/medical.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|