mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-06 07:03:18 +08:00
12 lines
297 B
YAML
12 lines
297 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
|
|
|