-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
34 lines (28 loc) · 860 Bytes
/
config.yaml
File metadata and controls
34 lines (28 loc) · 860 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
# Data collections to process, should match the names of the collections in eXistDB or local directories.
collections:
EurLex:
namespace: "http://docs.oasis-open.org/legaldocml/ns/akn/3.0"
jurisdiction: "EU"
Normattiva:
namespace: "http://docs.oasis-open.org/legaldocml/ns/akn/3.0"
jurisdiction: "IT"
PDL:
namespace: "http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17"
jurisdiction: "IT"
# The collection name for consolidated documents, should match the name of the collection in eXistDB or local directory.
consolidated_collection: "EurLex_Consolidated"
existdb:
host: "localhost"
port: 8080
api:
host: "localhost"
port: 8000
ui:
host: "localhost"
port: 3000
vllm:
enabled: false
host: "localhost"
port: 8001
# LangSmith Tracing Configuration
langchain_tracing: false