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 8e729fb commit 93a97da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipelines/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PaddleNLP Pipelines 是一个端到端NLP流水线系统框架,面向 NLP **

更多效果展示Demo请参考 [效果展示](#效果展示)


## NLP流水线系统特色
* **全场景支持**:依托灵活的插拔式组件产线化设计,支持各类 NLP 场景任务,包括:信息抽取、情感倾向分析、阅读理解、检索系统、问答系统、文本分类、文本生成等。

Expand Down Expand Up @@ -120,6 +121,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

0 comments on commit 93a97da

Please sign in to comment.