Skip to content

Commit

Permalink
create doc base file
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle committed Sep 21, 2024
1 parent 5952641 commit b7741e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file.
4 changes: 3 additions & 1 deletion fire_seq_search_server/obsidian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ cargo build --features llm
rm ./fire_seq_search_server -f
cp --force target/debug/fire_seq_search_server ./fire_seq_search_server

NOTEBOOK_NAME=AstroWiki_2.0-main

RUST_BACKTRACE=1 RUST_LOG=debug ./fire_seq_search_server \
--notebook_path ~/Documents/obsidian-hub-main \
--notebook_path ~/Documents/$NOTEBOOK_NAME \
--obsidian-md

0 comments on commit b7741e8

Please sign in to comment.