obsidian-Smart2Brain

An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!

AGPL-3.0 License

Stars
558
Committers
11

Bot releases are visible (Hide)

obsidian-Smart2Brain - 1.3.0 Latest Release

Published by github-actions[bot] 5 months ago

What's Changed

New Contributors

🧑‍🎓We'll be back from University

  • Next week we'll settle in to our new work position and then be back to developing 🐙

Full Changelog: https://github.com/your-papa/obsidian-Smart2Brain/compare/1.2.0...1.3.0

obsidian-Smart2Brain - 1.2.0

Published by github-actions[bot] 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/your-papa/obsidian-Smart2Brain/compare/1.1.1...1.2.0

obsidian-Smart2Brain - 1.1.1

Published by github-actions[bot] 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/your-papa/obsidian-Smart2Brain/compare/1.0.2...1.0.3

Bigger changes are on the way!
Unfortunately, we are really busy with university right now so it may take some time. 👨‍🎓

obsidian-Smart2Brain - 1.0.2

Published by github-actions[bot] 7 months ago

closes #81

What's Changed

Full Changelog: https://github.com/your-papa/obsidian-Smart2Brain/compare/1.0.1...1.0.2

obsidian-Smart2Brain - Release 1.0.1

Published by github-actions[bot] 7 months ago

What's Changed

Full Changelog: https://github.com/your-papa/obsidian-Smart2Brain/compare/1.0.0...1.0.1

obsidian-Smart2Brain - 1.0.0

Published by github-actions[bot] 7 months ago

🐙 MVP is ready!

🌟 Features

📝 Chat with your Notes

  • RAG pipeline: All your notes will be embedded into vectors and then retrieved based on the similarity to your query in order to generate an answer based on the retrieved notes
  • Get reference links to notes: Because the answers are generated based on your retrieved notes we can trace where the information comes from and reference the origin of the knowledge in the answers as Obsidian links
  • Chat with LLM: You can disable the function to answer queries based on your notes and then all the answers generated are based on the chosen LLM’s training knowledge
  • Save chats: You can save your chats and continue the conversation at a later time
  • Different chat views: You can choose between two chat views: the ‘comfy’ and the ‘compact’ view

🤖 Choose ANY preferred Large Language Model (LLM)

  • Ollama to integrate LLMs: Ollama is a tool to run LLMs locally. Its usage is similar to Docker, but it's specifically designed for LLMs. You can use it as an interactive shell, through its REST API, or using it from a Python library.
  • Quickly switch between LLMs: Comfortably change between different LLMs for different purposes, for example changing from one for scientific writing to one for persuasive writing.
  • Use ChatGPT: Although, our focus lies on a privacy-focused AI Assistant you can still leverage OpenAI’s models and their advanced capabilities.
obsidian-Smart2Brain - 0.6.1

Published by github-actions[bot] 7 months ago

  • style(logo): final mvp version

  • refactor: vector store files in seperate directory

obsidian-Smart2Brain - 0.6.0

Published by github-actions[bot] 7 months ago

What's Changed

  • modals to interact with ollama
  • new embedding model
  • some fixes

Full Changelog: https://github.com/your-papa/obsidian-Smart2Brain/compare/0.5.1...0.6.0

obsidian-Smart2Brain - 0.5.1

Published by github-actions[bot] 7 months ago

Please clear plugin data and reindex vault after updating.

What's Changed

Full Changelog: https://github.com/your-papa/obsidian-Smart2Brain/compare/0.5.0...0.5.1

obsidian-Smart2Brain - 0.5.0

Published by github-actions[bot] 7 months ago

  • better chat colors
  • tooltips quick settings drawer
  • abort indexing
obsidian-Smart2Brain - 0.4.1

Published by github-actions[bot] 7 months ago

fixes ollama url issue

obsidian-Smart2Brain - 0.4.0

Published by github-actions[bot] 7 months ago

fixes onboarding bugs
fixes settings
features
cancel downloading model
toggle autostart
change creativity
change relevancy

obsidian-Smart2Brain - 0.3.2

Published by github-actions[bot] 7 months ago

obsidian-Smart2Brain - 0.3.1

Published by github-actions[bot] 8 months ago

Feature

  • User can set the similarity threshold (Relevancy) of retrieved notes

Fix

  • bug on startup of PAPA, now retrieving should work all the time
obsidian-Smart2Brain - 0.3.0

Published by github-actions[bot] 8 months ago

  • Support custom models via Ollama
  • Better Onboarding experience
  • lot of fixes
obsidian-Smart2Brain - 0.2.8

Published by github-actions[bot] 8 months ago

  • Better Onboarding UX
  • minor bug fixes and styling changes
obsidian-Smart2Brain - 0.2.8

Published by github-actions[bot] 8 months ago

  • Better Onboarding UX
  • minor bug fixes and styling changes
obsidian-Smart2Brain - 0.2.7

Published by github-actions[bot] 8 months ago

Fixes the leaf view

obsidian-Smart2Brain - 0.2.6

Published by github-actions[bot] 8 months ago

[!note]
Please clear plugin data (settings > advanced) and reload Obsidian.
Then click the ribbon icon to reenter onboarding.

UX Improvements:

  • Indicator when settings changed
  • Excluding Excalidraw files by default from indexing

Fixed:

obsidian-Smart2Brain - 0.2.5

Published by github-actions[bot] 8 months ago

Fix indexing progress bar

Related Projects