1.10.0
🎉 Implemented Enhanced Actions
Or ability to use the context from links and backlinks or just RAG (Retrieval Augmented Generation).
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.
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.