From 8dec58b12a6cfc22df6b3fe6d91b3437900b44fd Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 22 Aug 2021 21:50:27 -0700 Subject: [PATCH] Update Readme to state can now query beancount transactions, images --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index f4c73726..1ec41f20 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,5 @@ * Semantic Search - /Allow natural language search on user content like notes, images using transformer based models/ + /Allow natural language search on user content like notes, images, transactions using transformer based models/ All data is processed locally. User can interface with semantic-search app via [[./src/interface/emacs/semantic-search.el][Emacs]], API or Commandline @@ -18,7 +18,7 @@ Load ML model, generate embeddings and expose API to query specified org-mode files #+begin_src shell - python3 src/main.py --org-files ~/Notes/Schedule.org ~/Notes/Incoming.org -c sample_config.yml --verbose + python3 src/main.py -c=sample_config.yml --verbose #+end_src ** Use