obsidian-ollama-chat

obsidian-ollama-chat

A plugin for chatting with you obsidian notes trough local Ollama LLM instead of Chat GTP.

Stars: 111

Visit
 screenshot

Obsidian Ollama Chat is a plugin that enables users to interact with their local LLM (Large Language Model) to ask questions about their own notes. The plugin facilitates running a lightweight python server for indexing notes, allowing users to set a model URL, index files on startup and modification, and open a modal to ask questions. Future plans include text streaming for querying, a chat window for communication, and commands for quick queries like summarizing notes or topics.

README:

🦙 Obsidian Ollama Chat

This plugin allows you to ask your local LLM about your own notes.

Ollama plugin link: https://obsidian.md/plugins?id=ollama-chat

Requirements:

Indexing is slow and hard to do in JS. Therefore you will need to run a lightweight python server to do the indexing for you next to your ollama.

For more information about progress and install see: https://github.com/brumik/ollama-obsidian-indexer

The https://github.com/brumik/obsidian-ollama-chat/tree/move-llama-inhouse branch does not need the above server to run but it is slower and less developed in general. If you cannot run the python server though you might find it useful.

To install the branch you need to build the plugin with npm run build and copy it to your obsidian install manually.

Features:

  • Run your own model locally. Set the URL to this model and you roll
  • Index your files on startup and on file modification
  • Open a modal by shortcut or command to ask your question

Future plans:

  • Text streaming when queriing to the LLM
  • Chat window for chat style communication insdead of query.
  • Add commands for useful queries to quick ask them like:
    • Summarize note
    • Summarize topic

Any feature recommendation is welcome.

Relase process

  • Create a new commit containing:
    • updated version in package.json
    • updated versions.json file
  • Create a new git tag matchig the version (git tag 0.1.5)
  • Push with tags (git push --tag)

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for obsidian-ollama-chat

Similar Open Source Tools

For similar tasks

For similar jobs