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

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deepankarm authored May 11, 2023
1 parent a7b54e8 commit 5a78395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,12 +657,12 @@ curl -sX POST 'https://langchain.wolf.jina.ai/api/run' \
| List all apps on Jina AI Cloud | `lc-serve list` |
| Remove app on Jina AI Cloud | `lc-serve remove <app-id>` |

### Configurations
## Configurations

For JCloud deployment, you can fine-tune your application by providing a YAML configuration file using the `--config` option. The supported configurations are:
For JCloud deployment, you can configure your application infrastructure by providing a YAML configuration file using the `--config` option. The supported configurations are:

- Instance type (`instance`), as defined by [Jina AI Cloud](https://docs.jina.ai/concepts/jcloud/configuration/#cpu-tiers).
- Minimum number of replicas for the autoscaled instance (`autoscale_min`).
- Minimum number of replicas for your application (`autoscale_min`). Setting it 0 enables [serverless](https://en.wikipedia.org/wiki/Serverless_computing).

For example:

Expand Down

0 comments on commit 5a78395

Please sign in to comment.