updated typo in readme

This commit is contained in:
henri123lemoine
2023-02-06 20:58:27 -05:00
parent dac3dc8782
commit 53965dd15c
+1 -1
View File
@@ -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.