v0.2.4
·
85 commits
to main
since this release
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
preprocessandview_paginated_collection(API route). - Tool decorator inputs: The tool decorator @tool was incorrectly defining the arguments with non-typed inputs, now fixed.