-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
44 lines (38 loc) · 1.04 KB
/
config.example.yaml
File metadata and controls
44 lines (38 loc) · 1.04 KB
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
# openrag-playground config
# Tokens are AES-256-GCM encrypted with a key derived from the admin password.
# RESET: delete config.yaml. The next visit will trigger the setup wizard.
password_hash: "$2b$12$..."
groups:
- id: legal
label: Legal Department
color: "#4F6EF7"
icon: scale
- id: hr
label: Human Resources
color: "#22D3A4"
icon: users
demo_users:
- id: alice-martin
name: Alice Martin
title: Legal Counsel
group: legal
genre: female
avatar_color: "#E85D9A"
api_url: https://demo.open-rag.ai
token: "enc:v1:base64encodedciphertext..."
- id: bob-dubois
name: Bob Dubois
title: HR Manager
group: hr
genre: male
avatar_color: "#F59E0B"
api_url: https://cd35.open-rag.ai
token: "enc:v1:base64encodedciphertext..."
demo_prompts:
- id: summarize-contract
label: Summarize latest contract
scope: "group:legal"
tags: [legal, summary]
prompt: |
Please summarize the key terms and obligations from
the most recent contract in this partition.