You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
two of the same validator on different stream validation cadences results in inconsistent chunk validation and fixing
To Reproduce
Steps to reproduce the behavior:
create a guard with use many and detect pii, set its streaming strategy to sentence and word. run validation
Expected behavior
validated stream chunks are at the speed of the slower cadance
Actual behavior
chunks are emitted on a per word basis every 2 words
Library version:
Version (e.g. 0.1.5)
Additional context
this is an issue in sequential_validation_service and how it buffers chunks not on a per validator basis
The text was updated successfully, but these errors were encountered:
Describe the bug
two of the same validator on different stream validation cadences results in inconsistent chunk validation and fixing
To Reproduce
Steps to reproduce the behavior:
create a guard with use many and detect pii, set its streaming strategy to sentence and word. run validation
Expected behavior
validated stream chunks are at the speed of the slower cadance
Actual behavior
chunks are emitted on a per word basis every 2 words
Library version:
Version (e.g. 0.1.5)
Additional context
this is an issue in sequential_validation_service and how it buffers chunks not on a per validator basis
The text was updated successfully, but these errors were encountered: