-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheion.yaml
More file actions
47 lines (40 loc) · 895 Bytes
/
eion.yaml
File metadata and controls
47 lines (40 loc) · 895 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
35
36
37
38
39
40
41
42
43
44
45
46
47
common:
log:
level: info
format: json
http:
host: 0.0.0.0
port: 8080
max_request_size: 5242880
auth:
cluster_api_key: "eion_cluster_your_key_here" # Replace with your actual cluster API key
postgres:
user: eion
password: password
host: localhost
port: 5432
database: eion
schema_name: public
read_timeout: 30
write_timeout: 30
max_open_connections: 25
redis:
host: localhost
port: 6379
password: ""
database: 0
carbon:
locale: en
memory:
enable_extraction: true
vector_store_type: postgres
token_counter_type: simple
numa:
enabled: true
openai_api_key: "" # Optional - for advanced LLM features
embedding_model: "all-MiniLM-L6-v2"
neo4j:
uri: "bolt://localhost:7687"
username: "neo4j"
password: "password"
database: "neo4j"