mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Add Configuring Application Section, Update Run command in Readme
This commit is contained in:
parent
46661b3057
commit
6244ccc01a
1 changed files with 6 additions and 2 deletions
|
@ -16,11 +16,15 @@
|
||||||
conda activate semantic-search
|
conda activate semantic-search
|
||||||
#+end_src
|
#+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
|
** 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
|
#+begin_src shell
|
||||||
python3 src/main.py -c=sample_config.yml -vv
|
python3 -m src.main -c=sample_config.yml -vv
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Use
|
** Use
|
||||||
|
|
Loading…
Add table
Reference in a new issue