Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justyns committed Aug 1, 2024
1 parent 61c0e3b commit 3ad63ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ If you are new here, start with either the `AI: Chat on current page` command or
- **Call OpenAI with Note Context**: Sends the note or selected text to OpenAI based on a user-defined prompt.
- **Interactive Chat**: Have an interactive chat, utilizing the current note as the chat interface.
- **RAG (**R**etrieval **A**ugmented Generation)**: Search local vector embeddings of all your notes for relevant context to your current chat query and provide it to the LLM.
- **Templated Prompts**: Define custom notes as a templated prompt that can be rendered, sent to llm, and then inserted into the page.
- **Generate Tags for Note**: Generates tags for the current note using AI. Custom rules can also be specified to steer towards better tags.
- **Generate and Insert Image using Dall-E**: Generates an image based on a prompt and inserts it into the note.
- **Rename a note based on Note Context**: Sends the note, including enriched data, to the LLM and asks for a new note title. Custom rules or examples can also be provided to generate better titles.
Expand Down Expand Up @@ -333,7 +334,7 @@ For in-development code from the main branch:
For the latest "release" code, mostly also still in development for now:

```yaml
- ghr:justyns/silverbullet-ai/0.2.0
- ghr:justyns/silverbullet-ai/0.3.0
```

You can also use the `Plugs: Add` command and enter the above url to install.
Expand Down
7 changes: 5 additions & 2 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This page is a brief overview of each version.

---
## Unreleased
- ???

---
## 0.3.0
- Don't index and generate embeddings for pages in Library/
- Add new [[Commands/AI: Enhance Note]] command to call existing `AI: Tag Note` and `AI: Suggest Page Name` commands on a note, and the new frontmatter command
- Add new [[Commands/AI: Generate Note FrontMatter]] command to extract useful facts from a note and add them to the frontmatter
Expand All @@ -13,10 +17,9 @@ This page is a brief overview of each version.
- Fix the `AI: Search` page so it works in sync/online mode, requires Silverbullet >= 0.8.3
- Fix bug preventing changing models in sync mode
- Add [[Templated Prompts#Chat-style prompts|Chat-style prompts]] support in Templated Prompts

- Fix bug when embeddingModels is undefined
---
## 0.2.0

* Vector search and embeddings generation [[embe]] by [@justyns](https://github.com/justyns) in [#37](https://github.com/justyns/silverbullet-ai/pull/37)
* Enrich chat messages with RAG by searching our local embeddings by [@justyns](https://github.com/justyns) in [#38](https://github.com/justyns/silverbullet-ai/pull/38)
* Refactor: Re-organize providers, interfaces, and types by [@justyns](https://github.com/justyns) in [#39](https://github.com/justyns/silverbullet-ai/pull/39)
Expand Down
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For in-development code from the main branch:
For the latest "release" code, mostly also still in development for now:
```yaml
- ghr:justyns/silverbullet-ai/0.2.0
- ghr:justyns/silverbullet-ai/0.3.0
```
You can also use the `Plugs: Add` command and enter the above url to install.
Expand Down

0 comments on commit 3ad63ba

Please sign in to comment.