From 53965dd15c384d010704cb0790583dd748050179 Mon Sep 17 00:00:00 2001 From: henri123lemoine Date: Mon, 6 Feb 2023 20:58:27 -0500 Subject: [PATCH] updated typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.