Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fec-jli committed Mar 20, 2023
1 parent eaf5cf3 commit 018d279
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,11 @@ cf run-task api --command "python cli.py initialize_legal_data <index_name>" -m
```
This command is used to initialize the legal data with downtime (15mins ~ 2+ hours) by an index.
### Reload all legal data by specify 'index_name'(15mins ~ 2+ hours) without downtime.
```
cf run-task api --command "python cli.py reload_all_data_by_index ao_index" -m 4G --name reload_all_data_by_index_ao
```
### Upload individual legal documents
The progress of these tasks can be monitored using, e.g.,
```
Expand Down

0 comments on commit 018d279

Please sign in to comment.