Spaces:
Running
Running
| from dataclasses import dataclass | |
| def logging_callback_placeholder(*_): | |
| pass | |
| def deduplication_callback_placeholder(*_) -> bool: | |
| return False | |
| class ProcessingResult: | |
| chunks: list[dict] | |
| source: str | |
| lang: str | |