Skip to content

Releases: pfrankov/obsidian-local-gpt

1.10.0

16 Sep 00:10
Compare
Choose a tag to compare

🎉 Implemented Enhanced Actions

Or ability to use the context from links and backlinks or just RAG (Retrieval Augmented Generation).
1726439231929851

The idea is to enhance your actions with relevant context. And not from your entire vault but only with the related docs. It perfectly utilises the Obsidian's philosophy of linked documents.

Now you can create richer articles while writing, more in-depth summaries on the whole topic, you can ask your documents, translate texts without losing context, recap work meetings, conduct brainstorming sessions on a given topic...
Share your applications of the Enhanced Actions in the Discussion.

Setup

1. You need to install embedding model for Ollama:

  • For English: ollama pull nomic-embed-text (fastest)
  • For other languages: ollama pull bge-m3 (slower, but more accurate)

Or just use text-embedding-3-large for OpenAI.

2. Select Embedding model in plugin's settings

And try to use the largest Default model with largest context window.
image

3. Select some text and run any action on it

No additional actions required. No indication for now but you can check the quality of the results.
image

1.9.0

07 Sep 21:21
Compare
Choose a tag to compare

Changed default model to Gemma 2: 9B

Added a New System Prompt action for creating actions tailored to user needs.
image
image
image

In Settings added two lines limit for Prompt and also System Prompt. Closes #27
image

1.8.1

03 Aug 20:49
Compare
Choose a tag to compare

Added optional {{=SELECTION=}} keyword for the prompt. Closes #16, #20
image

Added ability to assign the hotkeys to actions. Closes #23
image

1.8.0

16 Jun 19:07
Compare
Choose a tag to compare

Added Creativity (temperature) dropdown
Changed default model to Qwen2

1.7.0

18 Jan 22:00
Compare
Choose a tag to compare

Added support multimodal models like Llava. So now it's possible to also ask your images.

No speedup. MacBook Pro 13, M1, 16GB, Ollama, bakllava.

1.6.3

16 Jan 09:25
Compare
Choose a tag to compare

Added [DONE] handler for OpenAI-like providers, closes #9

1.6.2

13 Jan 00:21
Compare
Choose a tag to compare

Enabled mobile installation

1.6.1

12 Jan 23:54
Compare
Choose a tag to compare

Better settings separation

1.6.0

11 Jan 19:25
Compare
Choose a tag to compare

Added ability to set Fallback provider if the Default one is not available.

For example: set the default provider to OpenAI-like server and the fallback to Ollama.
When my remote server is unavailable request runs with fallback.

Kapture.2024-01-11.at.22.16.52.mp4


Added API key to make it possible to use plugin with OpenAI servers (but it's not recommended)
image

1.5.0

07 Jan 19:44
Compare
Choose a tag to compare

New release with 2 updates:

Ability to edit actions

image

Ability to change order of actions

image