Optimize pipeline processing so we don't wait for the completion of one generator to move onto the next.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user