From 36e78e3e32f1fba393bd7cef1c954e4005ea04cb Mon Sep 17 00:00:00 2001 From: Johan_Trieloff Date: Sat, 13 Jan 2024 15:46:10 +0100 Subject: [PATCH] Fix: #57 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f2c08a..a903659 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ - clone this [repository](https://github.com/RapidReview-ai/testRepo) into the 'inputData' folder. ## Running the app -- Enter the function you want to test into the inputFunction.json file inside of the userInput folder. +- Enter the functions you want to test on in the testing.json file. And run evaluate_performance.py to see how well the model performs. - Inside of main.py you can pass the repo_path variable to the get_function_data function to change the training data. - run `python main.py` to run the whole app including, getting the data from the git repo, generating embeddings, creating the database, and running the query. - If you only want to run one of these steps, run the corresponding file on their own.