Skip to content

Commit

Permalink
Fix: #57
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-t committed Jan 13, 2024
1 parent b03a666 commit 36e78e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 36e78e3

Please sign in to comment.