v0.21.1

pathwaycom/pathwayv0.21.1Mar 28, 2025by github-actions[bot]

AI Summary

Added a new flag to return indexing status and improved error handling by throttling parsing error messages.

Key Highlights

  • New `return_status` flag for DocumentStore indexing.
  • Parsing error messages are throttled if they exceed 10% of attempts.

New Features

  • DocumentStore `return_status` flag.
  • Throttling for parsing error messages.

Full Release Notes

### Changed
- Input connectors now throttle parsing error messages if their share is more than 10% of the parsing attempts.
- New flag `return_status` for `inputs_query` method in `pw.xpacks.llm.DocumentStore`. If set to True, DocumentStore returns the status of indexing for each file.