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