-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.yaml
More file actions
44 lines (30 loc) · 776 Bytes
/
Copy pathsettings.yaml
File metadata and controls
44 lines (30 loc) · 776 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
slackbot:
app_token: $SLACK_APP_TOKEN|""
bot_token: $SLACK_BOT_TOKEN|""
forward_channel: $FORWARD_QUESTION_CHANNEL_NAME|""
command_strings: {}
llm:
mode: ollama
ollama:
llm_model: $MODEL|mistral
embedding_model: $EMBEDDINGS_MODEL_NAME|nomic-embed-text
history: {}
redis:
host: $REDIS_HOST|localhost
password: $REDIS_PASSWORD|""
log: {}
content_loader: {}
google_drive:
service_key_file: $SERVICE_KEY_FILE|""
folder_id: $GOOGLE_DRIVE_FOLDER_ID|""
text_splitter: {}
embedding:
mode: infinity
hugging_face:
embedding_model: $EMBEDDINGS_MODEL_NAME|all-MiniLM-L6-v2
infinity:
embedding_model: $EMBEDDINGS_MODEL_NAME|sentence-transformers/all-MiniLM-L6-v2
vectorstore: {}
fake_model: {}
vllm:
llm_model: $MODEL|instructlab/granite-7b-lab