mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-02-05 02:16:46 +00:00
* parallelize hatchet (no-mistakes) * dry (no-mistakes) (minimal) * comments * self-review * self-review * self-review * self-review * pr comments * pr comments --------- Co-authored-by: Igor Loskutov <igor.loskutoff@gmail.com>
9 lines
224 B
Python
9 lines
224 B
Python
"""
|
|
Shared transcript processing constants.
|
|
|
|
Used by both Hatchet workflows and Celery pipelines for consistent processing.
|
|
"""
|
|
|
|
# Topic detection: number of words per chunk for topic extraction
|
|
TOPIC_CHUNK_WORD_COUNT = 300
|