2021-08-22 03:47:55 +02:00
|
|
|
content-type:
|
|
|
|
org:
|
|
|
|
input-files: [ "~/first_from_config.org", "~/second_from_config.org" ]
|
2022-09-12 09:39:39 +02:00
|
|
|
input-filter: ["*.org", "~/notes/*.org"]
|
2021-08-22 03:47:55 +02:00
|
|
|
compressed-jsonl: ".notes.json.gz"
|
|
|
|
embeddings-file: ".note_embeddings.pt"
|
2022-09-12 09:39:39 +02:00
|
|
|
index-header-entries: true
|
2021-08-22 03:47:55 +02:00
|
|
|
|
2023-02-22 21:47:22 +01:00
|
|
|
plugins:
|
|
|
|
content_plugin_1:
|
|
|
|
input-files: [ "content_plugin_1_new.jsonl.gz" ]
|
|
|
|
compressed-jsonl: "content_plugin_1.jsonl.gz"
|
|
|
|
embeddings-file: "content_plugin_1_embeddings.pt"
|
|
|
|
|
|
|
|
content_plugin_2:
|
|
|
|
input-filter: [ "*2_new.jsonl.gz" ]
|
|
|
|
compressed-jsonl: "content_plugin_2.jsonl.gz"
|
|
|
|
embeddings-file: "content_plugin_2_embeddings.pt"
|
|
|
|
|
2021-08-22 03:47:55 +02:00
|
|
|
search-type:
|
|
|
|
asymmetric:
|
|
|
|
encoder: "sentence-transformers/msmarco-MiniLM-L-6-v3"
|
|
|
|
cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2"
|