Skip to content

Feature: Support chunk-based filtering for streaming text input #13

Description

@master-wayne7

Currently, filtering assumes the full input text is available.

Goal:

  • Support filtering in chunks (useful for streaming responses, large texts, or chat streams)

Requirements:

  • Maintain state between chunks
  • Ensure matches across chunk boundaries are handled correctly
  • Adapt Aho-Corasick traversal to support incremental input

Use Cases:

  • Streaming APIs
  • Real-time chat processing
  • Large text processing

This is an advanced feature and would significantly enhance real-time capabilities.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions