|
@@ -14,9 +14,6 @@ from core.base.abstractions import GenerationConfig, RAGCompletion
|
|
from ..abstractions.generator_pipe import GeneratorPipe
|
|
from ..abstractions.generator_pipe import GeneratorPipe
|
|
|
|
|
|
|
|
|
|
-3.0
|
|
|
|
-
|
|
|
|
-
|
|
|
|
class RAGPipe(GeneratorPipe):
|
|
class RAGPipe(GeneratorPipe):
|
|
class Input(AsyncPipe.Input):
|
|
class Input(AsyncPipe.Input):
|
|
message: AsyncGenerator[Tuple[str, AggregateSearchResult], None]
|
|
message: AsyncGenerator[Tuple[str, AggregateSearchResult], None]
|