mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-05 06:33:17 +08:00
13 lines
347 B
YAML
13 lines
347 B
YAML
main:
|
|
# Set this to null if you are running in prod
|
|
project_name: aimingmed-ai
|
|
experiment_name: development
|
|
steps: all
|
|
etl:
|
|
input_artifact_name: documents
|
|
document_folder: documents
|
|
path_document_folder: "../../../../data"
|
|
embedding_model: paraphrase-multilingual-mpnet-base-v2
|
|
prompt_engineering:
|
|
query: "怎么治疗肺癌?"
|
|
|