Releases: embium/notebit
Releases · embium/notebit
0.0.12
Enhance the prompt used when Smart Hubs are included in a user's reponse
0.0.11
- Add auto-updating
0.0.10
- Show background on context menu items when hovered over
0.0.9
- Ensure support for embedding models across providers is consistent and up-to-date (Ollama, LMStudio, Google Gemini, OpenAI)
0.0.8
- Combine the search results in Smart Hubs and provide the top {amount of chunks} in the response (Simply put, better RAG integration)
0.0.7
- Fix indexing bug where empty files would cause indexing to continously reinitialize
- Hide Model Settings Dialog button if no model is selected
0.0.6
- Start indexing files when the Notes Directory is changed
- Show status updates of indexing progression
0.0.5
0.0.5
Improvements
- Add a way to change similarity threshold for semantic/hybrid searching of notes
0.0.4
0.0.4
Bugs
- Ensure pressing enter in Note's title returns to the editor
- Begin searching when text is entered
- Refactored multiple areas (
src\shared\routers
,src\shared\services
)
Providers
- Fixed endpoints for some providers
- Added support for TogetherAI
- Added support for DeepSeek
- Removed support for SiliconFlow
0.0.2
Some new changes:
- Fix context menus in Notes Tab
- Remove/disable selected model if provider is disabled
- Add file watching for notes, keeping it in-sync with the file system
- Fix some issues with folders being added
- Fix incorrect path usage when creating a folder on Linux
- Modified the README