Skip to content

Commit f2ebcd0

Browse files
committed
remove agenticrag_gpu,rename text2qa_apipipeline
1 parent 275155f commit f2ebcd0

File tree

2 files changed

+2
-85
lines changed

2 files changed

+2
-85
lines changed

dataflow/statics/pipelines/api_pipelines/text2qa_pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from dataflow.serving import APILLMServing_request
99
from dataflow.serving import LocalModelLLMServing_vllm
1010

11-
class AgenticRAG_APIPipeline():
11+
class Text2QA_APIPipeline():
1212
def __init__(self):
1313

1414
self.storage = FileStorage(
@@ -65,5 +65,5 @@ def forward(self):
6565
)
6666

6767
if __name__ == "__main__":
68-
model = AgenticRAG_APIPipeline()
68+
model = Text2QA_APIPipeline()
6969
model.forward()

dataflow/statics/pipelines/gpu_pipelines/agenticrag_pipeline.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)