Skip to content

v0.2.4

Choose a tag to compare

@dannyjameswilliams dannyjameswilliams released this 03 Sep 11:13
· 85 commits to main since this release
46943cc

Fixes:

  • Pagination limit when querying: Weaviate has by default a hard limit of 100,000 when using offset+limit in fetch_objects. These are fixed in preprocess and view_paginated_collection (API route).
  • Tool decorator inputs: The tool decorator @tool was incorrectly defining the arguments with non-typed inputs, now fixed.