mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-24 07:55:07 +01:00
a701ad08b9
- Update existings code, tests to process input-filters as list instead of str - Test `text_to_jsonl' get files methods to work with combination of `input-files' and `input-filters' Resolves #84
12 lines
399 B
YAML
12 lines
399 B
YAML
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"
|