Skip to content

V0.16.3

Version 0.16.3

This release includes enhancements to the document storage capabilities, updates to dependencies, and several bug fixes and refactorings aimed at improving the usability and functionality of our software.

New Features

  • Added partitioning support to LanceDBDocStore, allowing documents to be grouped logically by criteria such as source or topic. This feature includes methods for managing and querying partitions. (c0dea30) (github-actions[bot])
  • Introduced a new PocketFlow minimalist LLM framework notebook, showcasing the usage of core PocketFlow classes and example nodes for various tasks like summarization and topic extraction. (9a11b7d) (Eric Ma)

Bug Fixes

  • Fixed an import error in Jupyter notebooks that occurred when displaying images by moving IPython imports inside the Jupyter environment check. (4b546dc) (Eric Ma)
  • Corrected the version string in agentbot_build.py to reflect the accurate generation version. (85a87e8) (Eric Ma)

Refactorings

  • Refactored function signatures and return values in notebooks/pocketflow_testdrive.py for clarity and consistency, including changes to return values and function parameters. (a8b79e3) (Eric Ma)
  • Improved PocketFlow visualization and testdrive, including moving visualization components and updating flow structures. (4929a9f, 59487f5, 087b265, 2485cb5) (Cursor Agent)
  • Removed legacy PocketFlow implementation and updated imports and model names in the notebook. (c2e30bf) (Eric Ma)

Dependency Updates

  • Bumped prefix-dev/setup-pixi from 0.9.2 to 0.9.3, ensuring compatibility and security with the latest versions. (28f7590) (dependabot[bot])

Miscellaneous

  • Updated the Ollama models list to include the latest models available for use. (14f063c) (github-actions[bot])