mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
17 lines
441 B
TOML
17 lines
441 B
TOML
cluster_id = "dev_search"
|
|
# dual_encoder_model_path = "data/dual_encoder"
|
|
entity_index_path = "data/entity"
|
|
gossip_addr = "0.0.0.0:3006"
|
|
gossip_seed_nodes = ["0.0.0.0:3005"]
|
|
host = "0.0.0.0:3002"
|
|
index_path = "data/index"
|
|
shard = 0
|
|
# linear_model_path = "data/linear_model.json"
|
|
# lambda_model_path = "data/lambdamart.txt"
|
|
|
|
[snippet]
|
|
max_considered_words = 10_000
|
|
num_words_for_lang_detection = 1_000
|
|
|
|
[collector]
|
|
max_docs_considered = 1000
|