khoj/tests/data/config.yml

13 lines
399 B
YAML
Raw Normal View History

content-type:
org:
input-files: [ "~/first_from_config.org", "~/second_from_config.org" ]
input-filter: ["*.org", "~/notes/*.org"]
compressed-jsonl: ".notes.json.gz"
embeddings-file: ".note_embeddings.pt"
index-header-entries: true
search-type:
asymmetric:
encoder: "sentence-transformers/msmarco-MiniLM-L-6-v3"
cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2"