forked from MemTensor/MemOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues-example.yaml
More file actions
34 lines (31 loc) · 879 Bytes
/
values-example.yaml
File metadata and controls
34 lines (31 loc) · 879 Bytes
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
memos:
image:
repository: your-registry/memos
tag: "2.0.9"
pullPolicy: IfNotPresent
env:
TZ: "Asia/Taipei"
MOS_CHAT_MODEL: "gpt-4o-mini"
MOS_CHAT_MODEL_PROVIDER: "openai"
OPENAI_API_KEY: "sk-your-openai-key"
OPENAI_API_BASE: "https://api.openai.com/v1"
MEMRADER_MODEL: "gpt-4o-mini"
MEMRADER_API_KEY: "sk-your-openai-key"
MEMRADER_API_BASE: "https://api.openai.com/v1"
EMBEDDING_DIMENSION: "1024"
MOS_EMBEDDER_BACKEND: "universal_api"
MOS_EMBEDDER_PROVIDER: "openai"
MOS_EMBEDDER_MODEL: "text-embedding-3-small"
MOS_EMBEDDER_API_BASE: "https://api.openai.com/v1"
MOS_EMBEDDER_API_KEY: "sk-your-openai-key"
neo4j:
auth:
password: "change-this-password"
ingress:
enabled: true
className: nginx
hosts:
- host: memos.yourdomain.com
paths:
- path: /
pathType: Prefix