2021-08-22 03:47:55 +02:00
|
|
|
content-type:
|
|
|
|
org:
|
2021-10-03 01:11:27 +02:00
|
|
|
input-files: ["tests/data/main_readme.org", "tests/data/interface_emacs_readme.org"]
|
2021-08-22 03:47:55 +02:00
|
|
|
input-filter: null
|
2021-10-03 01:11:27 +02:00
|
|
|
compressed-jsonl: "tests/data/.notes.json.gz"
|
|
|
|
embeddings-file: "tests/data/.note_embeddings.pt"
|
2021-08-22 03:47:55 +02:00
|
|
|
|
2021-08-23 06:54:49 +02:00
|
|
|
ledger:
|
2021-10-03 01:11:27 +02:00
|
|
|
input-files: null
|
|
|
|
input-filter: tests/data/*.beancount
|
|
|
|
compressed-jsonl: tests/data/.transactions.jsonl.gz
|
|
|
|
embeddings-file: tests/data/.transaction_embeddings.pt
|
2021-08-23 06:54:49 +02:00
|
|
|
|
|
|
|
image:
|
2021-10-03 01:11:27 +02:00
|
|
|
input-directory: "tests/data"
|
|
|
|
embeddings-file: "tests/data/.image_embeddings.pt"
|
2021-09-16 19:51:39 +02:00
|
|
|
batch-size: 50
|
2021-10-03 01:11:27 +02:00
|
|
|
use-xmp-metadata: "no"
|
|
|
|
|
|
|
|
music:
|
|
|
|
input-files: ["tests/data/music.org"]
|
|
|
|
input-filter: null
|
|
|
|
compressed-jsonl: "tests/data/.songs.jsonl.gz"
|
|
|
|
embeddings-file: "tests/data/.song_embeddings.pt"
|
2021-08-23 06:54:49 +02:00
|
|
|
|
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"
|
2021-08-23 06:54:49 +02:00
|
|
|
|
|
|
|
image:
|
|
|
|
encoder: "clip-ViT-B-32"
|
2021-11-26 20:56:26 +01:00
|
|
|
|
|
|
|
processor:
|
|
|
|
conversation:
|
|
|
|
openai-api-key: null
|
|
|
|
conversation-logfile: "tests/data/.conversation_logs.json"
|
|
|
|
conversation-history: null
|