Skip to content

Commit

Permalink
Write release note for LLM (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle authored Sep 23, 2024
1 parent 322d731 commit 7bebf8c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## LLM

2024 Sept 22

https://github.com/user-attachments/assets/b0a4ca66-0a33-401a-a916-af7a69f2ae7b

## ObsidianMD

[obsidian_example_2023-Feb-05.mp4](
Expand Down
25 changes: 25 additions & 0 deletions docs/release_notes_0.2_2024Sep.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
### 0.2.1

New feature: Note Summarization with Local LLM.

What happens locally, what stays locally.

#### Run server with local LLM
fireSeqSearch facilitates [llamafile](https://github.com/Mozilla-Ocho/llamafile) by [Mozilla](https://github.com/Mozilla-Ocho).

```
mkdir -pv ~/.llamafile && cd ~/.llamafile
wget https://huggingface.co/Mozilla/Mistral-7B-Instruct-v0.2-llamafile/resolve/main/mistral-7b-instruct-v0.2.Q4_0.llamafile?download=true
chmod +x mistral-7b-instruct-v0.2.Q4_0.llamafile
```

After that, compile and run fireSeqSearch with LLM
```
cargo build --features llm
target/debug/fire_seq_search_server --notebook_path ~/logseq
# Obsidian users
target/debug/fire_seq_search_server --notebook_path ~/obsidian --obsidian-md
```

Finally, update the [Firefox Addon](https://addons.mozilla.org/en-US/firefox/addon/fireseqsearch/).

#### Demo Video
https://github.com/user-attachments/assets/b0a4ca66-0a33-401a-a916-af7a69f2ae7b

This demo used [AstroWiki](https://github.com/AYelland/AstroWiki_2.0), which is licensed under MIT license.

0 comments on commit 7bebf8c

Please sign in to comment.