From 6244ccc01a6ce741cc9f750333c4383321759aaf Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Thu, 18 Nov 2021 19:25:50 +0530 Subject: [PATCH] Add Configuring Application Section, Update Run command in Readme --- README.org | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 28b609f7..e669dafa 100644 --- a/README.org +++ b/README.org @@ -16,11 +16,15 @@ conda activate semantic-search #+end_src +** Configure + Configure application search types and their underlying data source/files in ~sample_config.yml~ + Use the ~sample_config.yml~ as reference + ** Run - Load ML model, generate embeddings and expose API to query specified org-mode files + Load ML model, generate embeddings and expose API to query notes, images, transactions etc specified in config YAML #+begin_src shell - python3 src/main.py -c=sample_config.yml -vv + python3 -m src.main -c=sample_config.yml -vv #+end_src ** Use