-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Expand file tree
/
Copy pathsettings-test.yaml
More file actions
88 lines (70 loc) · 1.44 KB
/
Copy pathsettings-test.yaml
File metadata and controls
88 lines (70 loc) · 1.44 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
server:
env_name: test
auth:
enabled: false
# Dummy secrets used for tests
secret: "foo bar; dummy secret"
data:
local_data_folder: local_data/tests
qdrant:
path: local_data/tests/qdrant
url: null
stream:
broker: memory
docling:
mode: api
use_ocr: true
use_gpu: true
# Using a threshold of 0.7 to make sure only to use OCR in scanned documents
bitmap_area_threshold: 0.7
# Disable table recognition
table_mode: fast
# Disable Image recognition
image_mode: placeholder
chat:
format_context_strategy: list
maximum_history_length: 100000
vectorstore:
database: qdrant
embed_dim: 384
multitenancy: logical
default_collection: testing
observability:
mode: none
models:
- name: mock
type: llm
mode: mock
context_window: 4096
support_reasoning: true
- name: mock
type: embedding
mode: mock
context_window: 384
llm:
default_model: mock
auto_discover_models: false
embedding:
default_model: mock
auto_discover_models: false
# Make sure we don't use workers for testing. We run as a sync application.
celery:
use_workers: false
broker_mode: local
backend_mode: local
acks_late: true
tasks_results_broker:
mode: none
sentry:
enabled: false
node_store:
index_store: simple
doc_store: simple
node_store: qdrant
sandbox:
provider: null
skills:
database: sqlite
storage_provider: local
skill_injection_mode: system_prompt
maximum_loaded_skills: 1