Skip to content

Releases: brianpetro/obsidian-smart-connections

2.3.47

26 Dec 15:18
Compare
Choose a tag to compare

minor fixes and improvements

2.3.46

19 Dec 03:03
Compare
Choose a tag to compare

Add Groq and LM Studio to chat platforms in Smart Chat. Fixes Anthropic send tool output in user message error.

2.3.45

14 Dec 06:33
Compare
Choose a tag to compare

includes fixes for recent issues and improved backend

2.3.42

06 Dec 16:59
Compare
Choose a tag to compare

fix openai api model key issue

2.3.41

06 Dec 11:46
Compare
Choose a tag to compare

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

04 Dec 15:14
Compare
Choose a tag to compare

fix: folder reference detection in Smart Chat user input

2.3.39

03 Dec 23:57
Compare
Choose a tag to compare

Added support for 20 languages to Smart Chat (thanks to translation contributors 😊)

The following pull requests were contributed by community members to make this update possible:

#826
#698
#619
#395
#386
#359
#200
#193
#168

🌴

2.3.37

03 Dec 14:04
Compare
Choose a tag to compare

⚠️ Requires re-configuring embedding model!

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
    • 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 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
  • This release also includes a number of bugfixes and UI improvements

2.2.85

29 Oct 22:28
Compare
Choose a tag to compare

patch: prevent error when file path contains # (re #857 (comment) )

2.2.84

29 Oct 00:35
Compare
Choose a tag to compare

added help button to open docs in connection pane