-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdev_config.yml
More file actions
42 lines (37 loc) · 843 Bytes
/
dev_config.yml
File metadata and controls
42 lines (37 loc) · 843 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
DEBUG: false
LOG_LEVEL: WARNING
LOAD_TABLE_CHUNK_SIZE: 5000
DB_URL: sqlite:////tmp/zillion.db
ADHOC_DATASOURCE_DIRECTORY: /tmp
# OPENAI_API_KEY: xyz
OPENAI_MODEL: gpt-3.5-turbo
QDRANT_HOST: localhost
DATASOURCE_QUERY_MODE: "sequential"
DATASOURCE_QUERY_TIMEOUT: null
DATASOURCE_QUERY_WORKERS: 4
DB_ENGINE_POOL_SIZE: 7
DATASOURCE_CONTEXTS:
testdb2:
schema: testdb2
test_adhoc_db:
user: totalhack
duckdb:
schema: zillion_test
mysql:
user: root
host: 127.0.0.1
schema: zillion_test
postgresql:
user: postgres
host: 127.0.0.1
schema: zillion_test
TEST:
MySQLHost: 127.0.0.1
MySQLPort: 3306
MySQLUser: root
MySQLTestSchema: zillion_test
PostgreSQLHost: 127.0.0.1
PostgreSQLPort: 5432
PostgreSQLUser: postgres
PostgreSQLTestSchema: zillion_test
DuckDBTestSchemaBase: zillion_test