jack 7 ماه پیش
والد
کامیت
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]