Skip to content

Releases: s2b-dev/smart-second-brain

2.0.2 Beta

2.0.2 Beta Pre-release
Pre-release

Choose a tag to compare

@Leo310 Leo310 released this 09 Aug 09:17

Beta pre-release 2.0.2. Includes mobile support and more enhancements.

2.0.1 Beta

2.0.1 Beta Pre-release
Pre-release

Choose a tag to compare

@Leo310 Leo310 released this 27 Jul 15:35

More features, some bug fixes and big cleanup since last Beta Release.

As its still a beta release, bugs are to be expected.
Your Feedback is highly appreciated 😊

2.0.0 Beta

2.0.0 Beta Pre-release
Pre-release

Choose a tag to compare

@Leo310 Leo310 released this 26 Apr 18:17

Try out our latest features enhancing your Vault experience!
They include a smarter graph, a smarter search and fully customizable agents.

As its still a beta release, bugs are to be expected.
Your Feedback is highly appreciated 😊

1.3.0

Choose a tag to compare

@github-actions github-actions released this 18 May 11:45

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

Choose a tag to compare

@github-actions github-actions released this 03 May 12:22

What's Changed

New Contributors

Full Changelog: 1.1.1...1.2.0

1.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Apr 11:24

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

Choose a tag to compare

@github-actions github-actions released this 07 Apr 21:55
1fb6571

closes #81

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Apr 10:40
3d523f8

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 11:42

🐙 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

Choose a tag to compare

@github-actions github-actions released this 01 Apr 18:28
b029db5
  • style(logo): final mvp version

  • refactor: vector store files in seperate directory