-
Notifications
You must be signed in to change notification settings - Fork 3
/
.project-metadata.yaml
56 lines (50 loc) · 1.46 KB
/
.project-metadata.yaml
1
2
3
4
5
6
7
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: RAG Monitoring
description: "Build a monitoring application for a RAG pipeline"
author: "Cloudera"
date: "2024-09-12"
specification_version: 1.0
prototype_version: 1.0
runtimes:
- editor: Workbench
kernel: Python 3.10
edition: Standard
environment_variables:
AWS_REGION:
default: ""
description: "AWS Region. Needed for accessing Bedrock Models."
AWS_ACCESS_KEY_ID:
default: ""
description: "AWS Access Key ID. Needed for accessing Bedrock Models."
AWS_SECRET_ACCESS_KEY:
default: ""
description: "AWS Secret Access Key. Needed for accessing Bedrock Models."
tasks:
- type: run_session
name: Download/Install Project Dependencies
script: scripts/install_base.py
short_summary: Install Project Dependencies
kernel: python3
cpu: 2
memory: 4
- type: create_job
name: Update/build RAG Monitoring
entity_label: refresh_project
script: scripts/refresh_project.py
arguments: None
cpu: 2
memory: 4
short_summary: Create job to allow refreshing the project from source and rebuilding.
environment:
TASK_TYPE: CREATE/RUN_JOB
- type: run_job
entity_label: refresh_project
short_summary: Run job to refresh the project from source and rebuilding.
- type: start_application
name: RAG Monitoring
subdomain: ragmon
script: scripts/start_app.py
short_summary: Start RAG Monitoring application
cpu: 2
memory: 4
environment:
TASK_TYPE: START_APPLICATION