diff --git a/README.md b/README.md index 10ed688..02bbf58 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project creates embeddings for every set of a few paragraphs from the source dataset, in order to do real-time semantic search and question answering on them. -The very barebones of the project is currently in testingsrc/.ipynb. file which contains: +The very barebones of the project is currently in src/testing.ipynb. file which contains: To try out, add a src/config.py file which contains your OPENAI_API_KEY.