Skip to content

Releases: ExtensityAI/symbolicai

v0.2.49

31 Jul 12:13
Compare
Choose a tag to compare

Release Notes

Major Stability Issue Fixed after Refactoring

New Features

  • Added 'topk' feature
  • Introduced 'os command'

Improvements

  • Included better error handling
  • Added fixes

Bug Fixes

  • Fixed bug related to object return and lazy loading
  • Resolved bug with stream processing
  • Fixed table view

v0.2.47

21 Jul 06:18
Compare
Choose a tag to compare

Release Notes:

New Features:

  • Added repository cloner
  • Added new pdf arxiv parser
  • Added initial BLIP2 support; extended to support for blip2
  • Added merger
  • Other minor fixes
  • Experimental support for google bard; helper tools
  • Experimental OS command expression, and more added

Changes:

  • Added prompt formatting to Function (incl. args and kwargs support for format)
  • Class stub added for fine tuner
  • Moved from backend -> ops; adjusted the return type
  • Refactored Symbol to use mixins
  • Renamed pre- and post-processors to be addressed as plural

Fixes:

  • Fixed nasty maggot due to improper value handling
  • Fixed no usage of json parser template with Function
  • Fixed cast to result
  • Fixed issue in JsonParser template

Code Refactoring:

  • Passed through Symbol; adjusted types and checked for inconsistencies

Merges:

  • Merge of branch 'refactor/processor_namings' with the main branch
  • Merge pull request from refactor/symbol.py
  • Merge pull request from maggot/indexer
  • Added merged branch
  • Merge pull request from refactor/sym_return_type

Other Commits:

  • Cleanup done
  • Added type(self) return type
  • Added init to backend/mixin

v0.2.41

06 Jul 20:19
Compare
Choose a tag to compare

Release Note:

Added Features:

  • Loader animation
  • Package creator symdev
  • Load support improvement
  • Enhanced Symrun error message
  • Console style for formatted output

Updates:

  • Quality of life improvements for the sym package tools
  • Load time improvement through changing instantiation
  • Updated engines to create metadata

Fixes:

  • Fixed broken stream after refactoring
  • Fixed load serialization
  • Fixed multiple module load
  • Fixed package installation
  • Fixed packages reference
  • Fixed template

Import Fixes:

  • Fixed import issues
  • Fixed wrong import and dependency overwriting
  • Fixed import of packges from console
  • Fixed the pinecone import

Other:

  • Sorted imports
  • New version updates
  • Symrun of aliases implemented

v0.2.34

05 Jul 23:59
Compare
Choose a tag to compare

Release Note:

Added Features:

  1. Added package creator symdev
  2. Added formatter; added parents and children structures
  3. Added token usage tracker and stateful conversation
  4. Added support for conversation component
  5. Engine updates to create metadata and initial experiments with open_llama

Improvements:

  1. Improved the draw usage to feel more intuitive

Fixes:

  1. Sorted imports
  2. Fixed imports (multiple instances)
  3. Added the missing packages file
  4. Fixed the remove function
  5. Changed the base directory to user's home directory

v0.2.32

02 Jul 23:12
Compare
Choose a tag to compare

Release Notes for v0.2.32

This present release encompasses various enhancements and fixes:

Features Added:

  • Added additional packages.
  • Appended corrected version of python.
  • Integrated readthedocs requirements.
  • Created doctree docs; adjusted conf.py for sphinx; fixed pyproject.toml.

Fixes and Improvements:

  • Updated documentation page.
  • Added a fix for documentation.
  • Implemented fix to import missing requirements.
  • Corrected wrongly committed files; added index.
  • Removed debug breakpoints() from engine code

v0.2.31

01 Jul 00:35
Compare
Choose a tag to compare

Release Note

In this new version, our development team made significant improvements and fixed several issues to optimize overall performance.

Enhancements:

  • Stream, Trace and Log Handling: Increased the efficiency of tracking errors and usage via the with trace statement. This will be instrumental in debugging and problem-solving.
  • API Usage: There's improved management of API handling. This will streamline the flow of data, assure timely responses, and improve user experience.
  • SymbiaChat: We've exported SymbiaChat for improved integration and increased functionality (step-wise-interactions).
  • Other Improvements: Minor fixes and improvements have been implemented throughout the application.

Maggot Fixes:

  • GPT3.5 Prompts Preview: A glitch that was affecting the creation of GPT3.5 prompts has been fixed.
  • Component Handling of Document: Refactoring has of document retrieval.
  • Retrieval Variable: The newly added retrieval variable offers an improved way to inspect data entries.

Please update to the newest version and enjoy the better performance and improved user experience. If you do encounter any issues, do not hesitate to report it to us.

v0.2.30

30 Jun 13:04
Compare
Choose a tag to compare

Fixed installation requirements.
Improved document query / retrieval.

v0.2.29

27 Jun 00:20
Compare
Choose a tag to compare

Fix a lot of maggots in the code:

  • embedding of list objects
  • zipping embeddings
  • pinecone batched-insert
  • other minor issues
  • added new DocumentReader component

v0.2.28

20 Jun 22:06
Compare
Choose a tag to compare

Fixed and improved the stream function.
Added support for most of OpenAI's models.
Added cost estimation.
Fixed a lot of maggots in the code.

v0.2.25

16 Jun 11:25
Compare
Choose a tag to compare
  • fixed stream bug with properties
  • improved fuzzy equals comparison