Skip to content

Releases: your-papa/obsidian-Smart2Brain

1.3.0

18 May 11:45
Compare
Choose a tag to compare

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: 1.2.0...1.3.0

1.2.0

03 May 12:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.2.0

1.1.1

30 Apr 11:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 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. 👨‍🎓

1.0.2

07 Apr 21:55
1fb6571
Compare
Choose a tag to compare

closes #81

What's Changed

Full Changelog: 1.0.1...1.0.2

Release 1.0.1

05 Apr 10:40
3d523f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

02 Apr 11:42
Compare
Choose a tag to compare

🐙 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.

0.6.1

01 Apr 18:28
b029db5
Compare
Choose a tag to compare
  • style(logo): final mvp version

  • refactor: vector store files in seperate directory

0.6.0

29 Mar 10:52
425b66b
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 0.5.1...0.6.0

0.5.1

26 Mar 18:36
19339b5
Compare
Choose a tag to compare

Please clear plugin data and reindex vault after updating.

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

25 Mar 18:05
82d3c65
Compare
Choose a tag to compare
  • better chat colors
  • tooltips quick settings drawer
  • abort indexing