Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w5688414 committed Apr 23, 2024
1 parent 93a97da commit b8456b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ PaddleNLP Pipelines NLP流水线系统针对 NLP 部分高频场景开源了经
* 快速搭建产品级[**语义检索**](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/semantic-search)系统:使用自然语言文本通过语义进行智能文档查询,而不是关键字匹配
* 快速搭建产品级[**智能问答**](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/question-answering)系统:用自然语言提问,即可获得精准答案片段
* 快速搭建产品级 [**FAQ 问答**](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/FAQ)系统:用自然语言提问,匹配相关的高频问题,并返回匹配到的高频问题的答案
* 快速搭建产品级**多模态信息抽取**系统(即将开放,敬请期待)

### 效果展示

Expand Down Expand Up @@ -120,6 +119,8 @@ from pipelines import SemanticSearchPipeline
pipeline = SemanticSearchPipeline(retriever, ranker)
prediction = pipeline.run(query="衡量酒水的价格的因素有哪些?")
```
更多详细信息请参考[开发文档](https://paddle-pipelines.readthedocs.io/en/latest/)

### 快速部署

您可以基于我们发布的 Docker 镜像一键部署智能文本流水线系统,通过 Web UI 快速体验。
Expand Down
2 changes: 0 additions & 2 deletions pipelines/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ PaddleNLP Pipelines NLP流水线系统针对 NLP 部分高频场景开源了经
* 快速搭建产品级[**语义检索**](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/semantic-search)系统:使用自然语言文本通过语义进行智能文档查询,而不是关键字匹配
* 快速搭建产品级[**智能问答**](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/question-answering)系统:用自然语言提问,即可获得精准答案片段
* 快速搭建产品级 [**FAQ 问答**](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/FAQ)系统:用自然语言提问,匹配相关的高频问题,并返回匹配到的高频问题的答案
* 快速搭建产品级**多模态信息抽取**系统(即将开放,敬请期待)

### 效果展示

Expand Down Expand Up @@ -121,7 +120,6 @@ from pipelines import SemanticSearchPipeline
pipeline = SemanticSearchPipeline(retriever, ranker)
prediction = pipeline.run(query="衡量酒水的价格的因素有哪些?")
```
更多详细信息请参考[开发文档](https://paddle-pipelines.readthedocs.io/en/latest/)

### 快速部署

Expand Down

0 comments on commit b8456b1

Please sign in to comment.