Optimize pipeline processing so we don't wait for the completion of one generator to move onto the next.

This commit is contained in:
Moishe Lettvin
2024-03-07 18:59:24 -05:00
parent 3c5f4800d4
commit d0076dd4ee
5 changed files with 31 additions and 19 deletions

View File

@@ -1,5 +1,4 @@
import asyncio
from doctest import OutputChecker
import unittest
from dailyai.pipeline.aggregators import SentenceAggregator, StatelessTextTransformer
from dailyai.pipeline.frames import EndFrame, TextFrame