File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ PaddleNLP Pipelines NLP流水线系统针对 NLP 部分高频场景开源了经
3232* 快速搭建产品级[ ** 语义检索** ] ( https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/semantic-search ) 系统:使用自然语言文本通过语义进行智能文档查询,而不是关键字匹配
3333* 快速搭建产品级[ ** 智能问答** ] ( https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/question-answering ) 系统:用自然语言提问,即可获得精准答案片段
3434* 快速搭建产品级 [ ** FAQ 问答** ] ( https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/FAQ ) 系统:用自然语言提问,匹配相关的高频问题,并返回匹配到的高频问题的答案
35- * 快速搭建产品级** 多模态信息抽取** 系统(即将开放,敬请期待)
3635
3736### 效果展示
3837
@@ -120,6 +119,8 @@ from pipelines import SemanticSearchPipeline
120119pipeline = SemanticSearchPipeline(retriever, ranker)
121120prediction = pipeline.run(query = " 衡量酒水的价格的因素有哪些?" )
122121```
122+ 更多详细信息请参考[ 开发文档] ( https://paddle-pipelines.readthedocs.io/en/latest/ )
123+
123124### 快速部署
124125
125126您可以基于我们发布的 Docker 镜像一键部署智能文本流水线系统,通过 Web UI 快速体验。
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ PaddleNLP Pipelines NLP流水线系统针对 NLP 部分高频场景开源了经
3333* 快速搭建产品级[ ** 语义检索** ] ( https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/semantic-search ) 系统:使用自然语言文本通过语义进行智能文档查询,而不是关键字匹配
3434* 快速搭建产品级[ ** 智能问答** ] ( https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/question-answering ) 系统:用自然语言提问,即可获得精准答案片段
3535* 快速搭建产品级 [ ** FAQ 问答** ] ( https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/FAQ ) 系统:用自然语言提问,匹配相关的高频问题,并返回匹配到的高频问题的答案
36- * 快速搭建产品级** 多模态信息抽取** 系统(即将开放,敬请期待)
3736
3837### 效果展示
3938
@@ -121,7 +120,6 @@ from pipelines import SemanticSearchPipeline
121120pipeline = SemanticSearchPipeline(retriever, ranker)
122121prediction = pipeline.run(query = " 衡量酒水的价格的因素有哪些?" )
123122```
124- 更多详细信息请参考[ 开发文档] ( https://paddle-pipelines.readthedocs.io/en/latest/ )
125123
126124### 快速部署
127125
You can’t perform that action at this time.
0 commit comments