File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ DATASET_DIR_PATH:
6464 - Save the YAML file to the path ` DATASET_YAML_PATH ` . Then run the command line:
6565
6666 ``` bash
67- nl2sql360 dataset DATASET_YAML_PATH
67+ nl2sql360-cli dataset DATASET_YAML_PATH
6868 ```
6969
7070- Code Usage:
@@ -83,7 +83,7 @@ DATASET_DIR_PATH:
8383 - Save the YAML file to the path ` DATASET_YAML_PATH` . Then run the command line:
8484
8585 ` ` ` bash
86- nl2sql360 evaluate DATASET_YAML_PATH
86+ nl2sql360-cli evaluate DATASET_YAML_PATH
8787 ` ` `
8888
8989- Code Usage:
@@ -102,7 +102,7 @@ DATASET_DIR_PATH:
102102 - Save the YAML file to the path ` DATASET_YAML_PATH` . Then run the command line:
103103
104104 ` ` ` bash
105- nl2sql360 report DATASET_YAML_PATH
105+ nl2sql360-cli report DATASET_YAML_PATH
106106 ` ` `
107107
108108 - The generated report will be in ` save_path` specified in the YAML file.
@@ -122,7 +122,7 @@ DATASET_DIR_PATH:
122122 - Save the YAML file to the path ` DATASET_YAML_PATH` . Then run the command line:
123123
124124 ` ` ` bash
125- nl2sql360 delete DATASET_YAML_PATH
125+ nl2sql360-cli delete DATASET_YAML_PATH
126126 ` ` `
127127
128128- Code Usage:
Original file line number Diff line number Diff line change 77loguru
88sqlalchemy
99pandas
10+ pyyaml
11+ nltk
12+ sqlparse
You can’t perform that action at this time.
0 commit comments