The AI Image Analyser plugin sends image files to an Ollama model and stores the returned keywords inside your vault for later reuse. It works with JPG, JPEG, PNG and WebP images, and lets you trigger analysis from the context menu or command palette. The default setup uses llava-llama3, though the model can be switched to llava, llava:13b or llava:34b in settings. Results are cached in a JSON file inside the plugin folder, which means repeated analysis is avoided and cached data can be synced across devices. It also connects with OmniSearch, so image analysis results can be indexed and searched when its indexing option is enabled.
Obsidian plugins tagged with #ollama. There are 8 plugins in this collection.
- Rank 1a month ago by swaggeroo
- Rank 2a year ago by John Wheatley
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.
- Rank 3a month ago by Oscar Campo
The Neural Composer plugin adds graph based AI chat to your vault by running a LightRAG server, indexing notes into a knowledge graph and combining graph traversal with vector search for more connected answers. It can start and stop the backend automatically, watch a folder for reindexing, show processing status in the file explorer and open a 2D or 3D graph view for exploration. Answers include citations linked to the source notes and text chunks, and the plugin can expose graph tools through MCP clients. It also supports remote LightRAG servers, multiple model providers and a fully local setup with Ollama, while keeping API keys in the local vault data and avoiding runtime telemetry.
- Rank 4a month ago by eharris128
The Large Language Models plugin brings chat based access to cloud and local language models into Obsidian through a sidebar, tab view and floating popup window. It supports hosted providers such as OpenAI, Anthropic, Google and Mistral, while local use can run through GPT4All or Ollama. Models can be switched from each chat surface, and the plugin includes commands to open the different interfaces or toggle the floating action button. It also adds a built in MCP server that can expose vault operations to compatible desktop clients with a local bearer token, confirmation prompts for write actions and localhost only binding. The plugin is aimed at keeping model interaction, local runtimes and vault level tool access inside the same workspace instead of relying on a separate companion bridge.
- Rank 5a year ago by David Jayatillake
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.
- Rank 610 months ago by Max Margenot
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.
- Rank 73 years ago by hinterdupfinger
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.
- Rank 82 years ago by Ashwin A Murali
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.