mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +00:00
Add all configurables to sample_config. Add test music, ledger data
- Get ledger sample from github.com/debanjum/company-ledger - Get music sample from github.com/debanjum/org-music
This commit is contained in:
@@ -1,18 +1,27 @@
|
||||
content-type:
|
||||
org:
|
||||
input-files: ["src/tests/data/main_readme.org", "src/tests/data/interface_emacs_readme.org"]
|
||||
input-files: ["tests/data/main_readme.org", "tests/data/interface_emacs_readme.org"]
|
||||
input-filter: null
|
||||
compressed-jsonl: ".notes.json.gz"
|
||||
embeddings-file: ".note_embeddings.pt"
|
||||
compressed-jsonl: "tests/data/.notes.json.gz"
|
||||
embeddings-file: "tests/data/.note_embeddings.pt"
|
||||
|
||||
ledger:
|
||||
compressed-jsonl: ".transactions.jsonl.gz"
|
||||
embeddings-file: ".transaction_embeddings.pt"
|
||||
input-files: null
|
||||
input-filter: tests/data/*.beancount
|
||||
compressed-jsonl: tests/data/.transactions.jsonl.gz
|
||||
embeddings-file: tests/data/.transaction_embeddings.pt
|
||||
|
||||
image:
|
||||
embeddings-file: '.image_embeddings.pt'
|
||||
input-directory: "tests/data"
|
||||
embeddings-file: "tests/data/.image_embeddings.pt"
|
||||
batch-size: 50
|
||||
use-xmp-metadata: 'no'
|
||||
use-xmp-metadata: "no"
|
||||
|
||||
music:
|
||||
input-files: ["tests/data/music.org"]
|
||||
input-filter: null
|
||||
compressed-jsonl: "tests/data/.songs.jsonl.gz"
|
||||
embeddings-file: "tests/data/.song_embeddings.pt"
|
||||
|
||||
search-type:
|
||||
asymmetric:
|
||||
|
||||
Reference in New Issue
Block a user