Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
docs: refactor serving readme
Browse files Browse the repository at this point in the history
  • Loading branch information
deepankarm committed Jun 26, 2023
1 parent 6ff6b6e commit 0a98050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rest/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🔄 REST APIs using `@serving` decorator
# 🔄 LangChain REST APIs using `@serving` decorator

`langchain-serve` allows you to easily wrap your LangChain applications with REST APIs using the `@serving` decorator. This enables you to integrate your local LangChain applications with a variety of external applications seamlessly, broadening your application's reach and functionality.

Expand Down
2 changes: 1 addition & 1 deletion lcserve/apps/slackbot/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LangChain Slack Bots on [Jina AI Cloud](https://cloud.jina.ai/)
# 🤖💬 LangChain Slack Bots on [Jina AI Cloud](https://cloud.jina.ai/)

Complementing its capacity to deploy robust APIs for your LangChain applications, `langchain-serve` also brings your the ability to launching conversational bots on Slack using LangChain components. This is a step-by-step guide to build, deploy and distribute a Slack bot using `langchain-serve`.

Expand Down

0 comments on commit 0a98050

Please sign in to comment.