In privacy_llm, when I run pipeline.pipeline(base_dir=base_dir), the content of the generated data file is empty. I've identified that the problem lies in the TextWebSearchPipeline function in run_whole.py, but I can't find the implementation code of TextWebSearchPipeline. Can you help me?
Code shows "from pipeline import TextWebSearchPipeline", but in pipeline.py, I can't find the implementation code of TextWebSearchPipeline.
In privacy_llm, when I run pipeline.pipeline(base_dir=base_dir), the content of the generated data file is empty. I've identified that the problem lies in the TextWebSearchPipeline function in run_whole.py, but I can't find the implementation code of TextWebSearchPipeline. Can you help me?
Code shows "from pipeline import TextWebSearchPipeline", but in pipeline.py, I can't find the implementation code of TextWebSearchPipeline.