2021-08-21 18:47:55 -07:00
|
|
|
content-type:
|
|
|
|
org:
|
2021-10-02 16:11:27 -07:00
|
|
|
input-files: ["tests/data/main_readme.org", "tests/data/interface_emacs_readme.org"]
|
2021-08-21 18:47:55 -07:00
|
|
|
input-filter: null
|
2021-10-02 16:11:27 -07:00
|
|
|
compressed-jsonl: "tests/data/.notes.json.gz"
|
|
|
|
embeddings-file: "tests/data/.note_embeddings.pt"
|
2021-08-21 18:47:55 -07:00
|
|
|
|
2021-08-22 21:54:49 -07:00
|
|
|
ledger:
|
2021-10-02 16:11:27 -07: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-22 21:54:49 -07:00
|
|
|
|
|
|
|
image:
|
2021-10-02 16:11:27 -07:00
|
|
|
input-directory: "tests/data"
|
|
|
|
embeddings-file: "tests/data/.image_embeddings.pt"
|
2021-09-16 10:51:39 -07:00
|
|
|
batch-size: 50
|
2021-10-02 16:11:27 -07: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-22 21:54:49 -07:00
|
|
|
|
2021-08-21 18:47:55 -07:00
|
|
|
search-type:
|
2022-01-14 16:46:56 -05:00
|
|
|
symmetric:
|
|
|
|
encoder: "sentence-transformers/paraphrase-MiniLM-L6-v2"
|
|
|
|
cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2"
|
|
|
|
model_directory: "tests/data/.symmetric"
|
|
|
|
|
2021-08-21 18:47:55 -07:00
|
|
|
asymmetric:
|
|
|
|
encoder: "sentence-transformers/msmarco-MiniLM-L-6-v3"
|
|
|
|
cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2"
|
2022-01-14 16:31:55 -05:00
|
|
|
model_directory: "tests/data/.asymmetric"
|
2021-08-22 21:54:49 -07:00
|
|
|
|
|
|
|
image:
|
|
|
|
encoder: "clip-ViT-B-32"
|
2021-11-27 01:26:26 +05:30
|
|
|
|
|
|
|
processor:
|
|
|
|
conversation:
|
|
|
|
openai-api-key: null
|
2022-01-12 10:34:21 -05:00
|
|
|
conversation-logfile: "tests/data/.conversation_logs.json"
|