The Mini-RAG plugin enables local retrieval augmented generation by connecting your notes to a locally running LLM through Ollama. You can start a chat in the context of a specific note or folder, allowing the model to reference only relevant content when generating responses. It supports any Ollama-installed model and provides controls for model selection, temperature adjustment, and even context-free chatting when you want unconstrained responses. Interactions can be initiated directly from right-click menus in the editor or sidebar, and conversations can be saved for later reference.
The LLM Tagger plugin enhances note organization in Obsidian by using locally running large language models via Ollama to automatically generate relevant tags. It processes notes efficiently, avoiding re-tagging unchanged files, and can create brief summaries alongside the generated tags. Users can customize their tag list for more focused categorization and select different LLM models for processing. The plugin also supports an auto-tagging feature that applies tags to newly created or modified notes. With local processing, it ensures privacy and speed while maintaining a seamless tagging workflow.
The Tezcat plugin brings AI-powered semantic search to your notes using local or cloud-based embedding models. Inspired by the remembrance agent concept, it surfaces related content in real time-both at the note and section level-while you write. Results can be used to insert links, inject text, or jump to the source note. It supports both vector and hybrid search (combining vector similarity and full-text match) to improve relevance. Tezcat integrates best with [Ollama](https://ollama.com/download), letting you run local models privately. It also supports OpenAI embeddings for those preferring cloud-based setups. By indexing your thoughts intelligently, Tezcat enhances creative flow and contextual recall during writing.
The Ollama plugin integrates the Ollama AI tool into Obsidian, enabling users to enhance their notes with advanced text manipulation features. Pre-configured prompts such as summarization, explanation, expansion, and various rewriting styles (formal, casual, active voice, bullet points) streamline text editing and content generation. Users can also create custom prompts with specific models and temperature settings. The plugin processes selected text or entire notes and inserts the results back into the document, enhancing productivity and creativity.
The Vector Search plugin enhances Obsidian with semantic search capabilities using Ollama's embedding API. Unlike traditional keyword-based search, it finds notes with similar meanings by generating vector embeddings for markdown content. The plugin enables users to search for related notes based on selected text, configure similarity thresholds, and process files efficiently with automatic indexing and updates. It includes smart text chunking strategies to optimize search results and supports real-time monitoring of file changes.