mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-24 16:05:07 +01:00
12 lines
349 B
YAML
12 lines
349 B
YAML
|
content-type:
|
||
|
org:
|
||
|
input-files: [ "~/first_from_config.org", "~/second_from_config.org" ]
|
||
|
input-filter: "*.org"
|
||
|
compressed-jsonl: ".notes.json.gz"
|
||
|
embeddings-file: ".note_embeddings.pt"
|
||
|
|
||
|
search-type:
|
||
|
asymmetric:
|
||
|
encoder: "sentence-transformers/msmarco-MiniLM-L-6-v3"
|
||
|
cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2"
|