PaddlePaddle / PaddleNLP

👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis etc.
https://paddlenlp.readthedocs.io
Apache License 2.0
11.98k stars 2.92k forks source link

[Bug]: #7389

Closed HUOJUN546987 closed 8 months ago

HUOJUN546987 commented 10 months ago

软件环境

- paddlepaddle:
- paddlepaddle-gpu: 
- paddlenlp:

重复问题

错误描述

正常一键安装环境,但是没有pipelines.document_stores 这个包

稳定复现步骤 & 代码

yangchuan@invix:~/PaddleNLP/pipelines$ # 以DuReader-Robust 数据集为例建立 ANN 索引库 yangchuan@invix:~/PaddleNLP/pipelines$ python utils/offline_ann.py --index_name dureader_robust_query_encoder \

                        --doc_dir data/dureader_dev \
                        --search_engine elastic \
                        --embed_title True \
                        --delete_index

Traceback (most recent call last): File "utils/offline_ann.py", line 18, in from pipelines.document_stores import ( ImportError: No module named pipelines.document_stores

github-actions[bot] commented 8 months ago

This issue is stale because it has been open for 60 days with no activity. 当前issue 60天内无活动,被标记为stale。

github-actions[bot] commented 8 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale. 当前issue 被标记为stale已有14天,即将关闭。