👑 Easy-to-use and powerful NLP 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 and 🖼 Diffusion AIGC system etc.
请提出你的问题
我在aistudio gpu版直接用
from paddlenlp import Taskflow
报错,这是为啥啊
cannot import name 'Taskflow' from 'paddlenlp' (/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddlenlp/init.py)
请提出你的问题
FAQ接入了自己训练的召回模型,看到数据库里已经生成了embedding,但是查询时任然报错Likely some of your stored documents don't have embeddings. Run the document store's update_embeddings() method. 是否dense_faq.yml应该修改配置。谢谢