From 74faa34beed23a4c490363f03656ff4b7e7a8686 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 22 Aug 2021 21:54:49 -0700 Subject: [PATCH] Update sample config to add minimal config for ledger, image search --- sample_config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sample_config.yml b/sample_config.yml index 4604207b..b01a0acd 100644 --- a/sample_config.yml +++ b/sample_config.yml @@ -5,7 +5,18 @@ content-type: compressed-jsonl: ".notes.json.gz" embeddings-file: ".note_embeddings.pt" + ledger: + compressed-jsonl: ".transactions.jsonl.gz" + embeddings-file: ".transaction_embeddings.pt" + + image: + embeddings-file: '.image_embeddings.pt' + + search-type: asymmetric: encoder: "sentence-transformers/msmarco-MiniLM-L-6-v3" cross-encoder: "cross-encoder/ms-marco-MiniLM-L-6-v2" + + image: + encoder: "clip-ViT-B-32"