jack 7 tháng trước cách đây
mục cha
commit
013e328b6c
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      core/pipes/retrieval/search_rag_pipe.py

+ 0 - 3
core/pipes/retrieval/search_rag_pipe.py

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