-
-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathconfig-testing.yml
More file actions
43 lines (37 loc) · 924 Bytes
/
config-testing.yml
File metadata and controls
43 lines (37 loc) · 924 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
api:
prefix: "/api/chatbot"
is_test_mode: true
session:
timeout_hours: 24
cleanup_interval_seconds: 3600
llm:
model_path: "api/models/mistral/mistral-7b-instruct-v0.2.Q4_K_M.gguf"
max_tokens: 512
max_tokens_query_classifier: 5
max_tokens_retriever_agent: 35
max_tokens_query_context_relevance: 50
context_length: 2048
threads: 8
gpu_layers: 0
verbose: false
retrieval:
embedding_model_name: "sentence-transformers/all-MiniLM-L6-v2"
top_k: 3
top_k_docs: 6
top_k_plugins: 5
top_k_discourse: 5
top_k_stackoverflow: 5 #-> second change
top_k_semantic: 20
top_k_keyword: 20
semantic_threshold: 1.5
keyword_threshold: 2
empty_context_message: "No context available."
max_reformulate_iterations: 1
tool_names:
plugins: "plugins"
jenkins_docs: "docs"
community_threads: "discourse"
stackoverflow: "stackoverflow" #-> first change
cors:
allowed_origins:
- "*"