Releases: brianpetro/obsidian-smart-connections
Releases · brianpetro/obsidian-smart-connections
2.3.46
2.3.45
includes fixes for recent issues and improved backend
2.3.42
fix openai api model key issue
2.3.41
minor improvements and fixes including: prevents rendering embedded links in connections view; fixes find connections command failing to work at block-level;
2.3.40
fix: folder reference detection in Smart Chat user input
2.3.39
2.3.37
Release Notes v2.3:
-
Introduces Smart Chat v2
- improved UI/UX
- built-in Ollama configuration
- available models are automatically loaded for easy selection
- no more advanced configuration is required to use Ollama
- improved context selection
- try it by typing
@
in the chat
- try it by typing
- built-in Ollama configuration
- code improvements:
- uses a component pattern for easy extendability and updates
- uses an updated universal chat model adapter designed to maximize compatibility with new models as they continue to be released
- improved UI/UX
-
Improved embedding model configuration
- implements updated universal embedding adapter
- sets the stage for including additional embedding platforms and local embedding providers like Ollama
- Note: built-in local embedding models can be found using the
transformers
embedding platform
- implements updated universal embedding adapter
-
This release also includes a number of bugfixes and UI improvements
2.2.85
patch: prevent error when file path contains # (re #857 (comment) )
2.2.84
added help button to open docs in connection pane
2.2.83
Added Anthropic Claude Sonnet Latest; Fixed smart-connections code-block