Skip to content

Releases: embium/notebit

0.3.1

29 May 20:40
Compare
Choose a tag to compare
  • Correct default prompt for File Attachments
  • Auto reindex notes when Embedding Model is changed
  • Change the text used for AI Memory Settings
  • Fix ModelCard in Model Hub to disable installed models
  • Convert file based vector storage to lanceDB storage
  • Debounce search queries in notes

0.3.0

28 May 21:04
Compare
Choose a tag to compare
  • Complete the implementation of Knowledge Graph for Smart Hub document retrieval
  • Add removal confirmation to Model Hub for Installed Models

0.2.1

27 May 20:02
Compare
Choose a tag to compare
  • Add better support for Reasoning models - now the reasoning text is hidden behind a button you can toggle to preview it's content
  • Some changes with how configurations for notes directory and neo4j are saved and retrieved (Uses PouchDB instead of a file now)
  • Adjust the Similarity Thresholds for Smart Hubs to be more acceptable (Low: 0.5, Medium: 0.65, High: 0.8, Highest: 0.9)
  • Removed Knowledge Graph for Smart Hubs until further notice, I'm going to rework it and make sure it is polished before releasing it again
  • Fix notice under Default Prompts for File Attachments Prompt and set the placeholder to [FILE_ATTACHMENTS] rather than [DOCUMENTS_ATTACHED]

0.2.0

26 May 15:16
Compare
Choose a tag to compare
  • Implement a new Model Hub for browsing, installing, and managing Ollama models right from the app
  • Add File Attachments and Smart Hubs Prompts to Default Prompts in settings, allowing users to engineer their own prompts
  • Fix Knowledge Graph treating entirie phrases as a single entity

0.1.5

25 May 15:54
Compare
Choose a tag to compare
  • Add a confirmation dialog for deleting chat messages
  • Add an animation for when a user copies a message
  • Add support for task items in the Note Editor
  • Hide away error messages when states fail to save in PouchDB (they'll still save)
  • Save AI Provider and Memory settings to PouchDB

0.1.4

25 May 14:50
Compare
Choose a tag to compare
  • Persist states through PouchDB - ensuring your data stays connected and is never lost

0.1.3

25 May 11:56
Compare
Choose a tag to compare
  • Get rid of additional information under embedding model selection
  • Show a notice that Smart Hubs would need to be recomposed after adding a Knowledge Graph connection
  • Ensure Smart Hubs file processing still show success if Neo4j settings aren't set, even though an embedding model is selected
  • Ensuring once again that inquiries while using Smart Hubs are properly processed and handled by the AI correctly, for example - when asking a question, the documents it is possibly contained in are retrieved and the question is properly answered by the AI.

0.1.2

25 May 11:14
Compare
Choose a tag to compare
  • Add a splash screen on launch

0.1.1

25 May 10:24
Compare
Choose a tag to compare
  • Update current note's state when title is updated
  • Align chevron icons properly when listing folders in Notes Tab
  • Ensure Knowledge Graphs performs optimally (ensuring the content you are looking can be found with ease!)

0.1.0

24 May 13:41
Compare
Choose a tag to compare
  • Integrate Knowledge Graphs using Neo4j