From 018d279cabb297f97bab5ee23b8964b0cbf36c55 Mon Sep 17 00:00:00 2001 From: Jun Li Date: Mon, 20 Mar 2023 13:08:36 -0400 Subject: [PATCH] update Readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 38553fa01..b4f51e3bc 100644 --- a/README.md +++ b/README.md @@ -643,6 +643,11 @@ cf run-task api --command "python cli.py initialize_legal_data " -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., ```