jack 6 月之前
父節點
當前提交
013e328b6c
共有 1 個文件被更改,包括 0 次插入3 次删除
  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]