diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,4 +8,6 @@ a content based movie recommendation system poetry shell # python3 -m venv my_env && source my_env/bin/activate poetry install waitress-serve --port=8041 app:app -```
\ No newline at end of file +``` + +Don't forget to set `PINECONE_API_DEFAULT`
\ No newline at end of file |