mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Update Readme to state can now query beancount transactions, images
This commit is contained in:
parent
4daeddbbda
commit
8dec58b12a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue