mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Update sample config to add minimal config for ledger, image search
This commit is contained in:
parent
8dec58b12a
commit
74faa34bee
1 changed files with 11 additions and 0 deletions
|
@ -5,7 +5,18 @@ content-type:
|
||||||
compressed-jsonl: ".notes.json.gz"
|
compressed-jsonl: ".notes.json.gz"
|
||||||
embeddings-file: ".note_embeddings.pt"
|
embeddings-file: ".note_embeddings.pt"
|
||||||
|
|
||||||
|
ledger:
|
||||||
|
compressed-jsonl: ".transactions.jsonl.gz"
|
||||||
|
embeddings-file: ".transaction_embeddings.pt"
|
||||||
|
|
||||||
|
image:
|
||||||
|
embeddings-file: '.image_embeddings.pt'
|
||||||
|
|
||||||
|
|
||||||
search-type:
|
search-type:
|
||||||
asymmetric:
|
asymmetric:
|
||||||
encoder: "sentence-transformers/msmarco-MiniLM-L-6-v3"
|
encoder: "sentence-transformers/msmarco-MiniLM-L-6-v3"
|
||||||
cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2"
|
cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2"
|
||||||
|
|
||||||
|
image:
|
||||||
|
encoder: "clip-ViT-B-32"
|
||||||
|
|
Loading…
Add table
Reference in a new issue