Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@Xpitfire Xpitfire released this 11 Nov 15:35
· 24 commits to main since this release

Release Notes

New Features

  • Support for Latest Models:
    • Added support for Claude-3-5-Haiku.
    • Integrated the latest Anthropic models.
    • Added support for Black Forest Labs' Flux image generation models.
  • Image Rendering Enhancements:
    • Introduced image rendering model configuration and defaults.
    • Refactored the module name from imagerendering to drawing engine for better clarity.
  • Symsh Enhancements:
    • Added support for commands on Symsh.
  • Documentation Enhancements:
    • Added vision documentation.
    • Included perplexity search documentation.
  • General Updates:
    • Enhanced readme with updated links to documentation and papers.
    • Organized installation documentation with reference fixes.

Fixes

  • Resolved a bug in Symsh when not using a stateful conversation.
  • Fixed issues with the DocumentRetriever component and local vector database with persistence and indexing.
  • Corrected code examples to enhance documentation clarity.

Refactoring and Clean-up

  • Conducted minor refactorings and documentation updates for improved maintainability.
  • Streamlined documentation pages with consolidated details.