diff --git a/README.md b/README.md index 9bbc196..7eea707 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This is a comprehensive set of instructions that assumes basic familiarity with ### Install Dependencies -Firstly, clone the repository where we store our database data and schema. Install all Python libraries listed in the `requirements.txt` file. You would also need to download the spacy model used in the NER heuristic for our [metadata-pruning method](https://github.com/defog-ai/sql-eval/blob/main/utils/pruning.py). Finally, install the library. +Firstly, clone the repository where we store our database data and schema. Install all Python libraries listed in the `requirements.txt` file. You would also need to download the spacy model if you're using the NER heuristic for our [metadata-pruning method](https://github.com/defog-ai/sql-eval/blob/main/utils/pruning.py) (set by c=0, more below). Finally, install the library. ```bash git clone https://github.com/defog-ai/defog-data.git cd defog-data diff --git a/requirements.txt b/requirements.txt index 7e0268a..0e1411c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ -accelerate anthropic argparse -git+https://github.com/defog-ai/defog-data.git func_timeout mistralai openai>=1.1.0