-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
39 lines (39 loc) · 1.32 KB
/
config.yaml
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
llm_config:
model: "gemini/gemini-pro"
host_config:
host: "0.0.0.0"
port: 8000
cache_options:
with_cache: True
cache_folder: "./Cache"
sources:
- local_files:
kind: local
config:
# Please refer to
# https://pathway.com/developers/api-docs/pathway-io/fs#pathway.io.fs.read
# for options definition
path: "data/"
# - google_drive_folder:
# kind: gdrive
# config:
# # Please refer to
# # https://pathway.com/developers/api-docs/pathway-io/gdrive#pathway.io.gdrive.read
# # for options definition
# # Please follow https://pathway.com/developers/user-guide/connectors/gdrive-connector/#setting-up-google-drive
# # for instructions on getting credentials
# object_id: "1cULDv2OaViJBmOfG5WB0oWcgayNrGtVs" # folder used in the managed demo
# service_user_credentials_file: SERVICE_CREDENTIALS
# refresh_interval: 5
# - sharepoint_folder:
# kind: sharepoint
# config:
# # The sharepoint is part of our commercial offering, please contact us to use it
# # Please contact here: `[email protected]`
# root_path: ROOT_PATH
# url: SHAREPOINT_URL
# tenant: SHAREPOINT_TENANT
# client_id: SHAREPOINT_CLIENT_ID
# cert_path: SHAREPOINT.pem
# thumbprint: SHAREPOINT_THUMBPRINT
# refresh_interval: 5