mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-24 07:55:07 +01:00
d2905c4be6
tests/ directory in project root is more standard. Just had to use absolute path for internal module imports to get it to work
11 lines
349 B
YAML
11 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"
|