Skip to content

Releases: ExtensityAI/symbolicai

v0.2.23

15 Jun 22:25
Compare
Choose a tag to compare
  • Fixed minor bugs and improved sym conversion
  • Expanded file read capabilities

v0.2.22

11 Jun 22:57
Compare
Choose a tag to compare

Fixed pinecone access.
Refactored to relative imports inside the main package.
Added experimental interfaces expressions.
Moved symai config, cache and chromedriver to use home directory.
Fixed reset of config on update.
Fixed Symbia [DK] narration.
Fixed other maggots.

v0.2.21

11 Jun 00:12
Compare
Choose a tag to compare

Refactoring of expression command and setup.
Improvements for Symbia.
Fixes for Pinecone memory.
Multiple Maggot fixes.

v0.2.20

07 Jun 11:06
Compare
Choose a tag to compare

Created an improved version for code execution and analytisis

v0.2.19

02 Jun 01:01
Compare
Choose a tag to compare

New release improving on the Symbia chat.
Separating memory to own class and improving long-term memory.
Adding cosine similarity classification for context detection.

v0.2.18

23 Apr 22:53
Compare
Choose a tag to compare

New release:

  • refactoring attach to payload
  • adding support for ChatGPT and GPT-4 API
  • Fixed required expression recursive self-call
  • Minor bugfixes in the prompt construction
  • new test for preview
  • test passed for complex expressions
  • fixed template bug for GPT-4
  • fixed bug for preview expansion

v0.2.15

20 Apr 22:27
Compare
Choose a tag to compare

New release.

Fixed ChatBot config ignoring WolframAlpha.
Improved Stream feature.
Added preview command.
Other minor bugfixes.

v0.2.13

28 Feb 00:06
dd186ac
Compare
Choose a tag to compare

Extended style and html generation.
Minor improvements and bug fixes.
Improved chatbot.

v0.2.9

04 Feb 16:33
Compare
Choose a tag to compare

Release Notes:

  • Added Shell Apps (sym+)
  • Exposed SymbolicAI functions via shell commands
  • Improved documentation
  • Added Lambda Expression

v0.2.7

03 Feb 12:34
Compare
Choose a tag to compare

Release notes:

  • Added HuggingFace backend support for local LLM execution
  • Added server-cliend local model hosting
  • Added new test for local hosting
  • Added runtime adaptable API Key command
  • Added elapsed time monitoring command
  • Added Sphinx documentation
  • Minor Bugfixes and improvements