From 782359f9c41907a7a2451e9a309aac7587b780e1 Mon Sep 17 00:00:00 2001 From: Ted Sanders Date: Mon, 22 May 2023 16:41:21 -0700 Subject: [PATCH] fixes bad paths in embeddings playground readme --- apps/embeddings-playground/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/embeddings-playground/README.md b/apps/embeddings-playground/README.md index 336a2cde..4bb03eac 100644 --- a/apps/embeddings-playground/README.md +++ b/apps/embeddings-playground/README.md @@ -6,7 +6,7 @@ Before running, install required dependencies with: -`pip install -r examples/apps/embeddings_playground/requirements.txt` +`pip install -r apps/embeddings-playground/requirements.txt` (You may need to change the path to match your local path.) @@ -16,7 +16,7 @@ Verify installation of streamlit with `streamlit hello`. Run the script with: -`streamlit run examples/apps/embeddings_playground.py` +`streamlit run apps/embeddings-playground/embeddings_playground.py` (Again, you may need to change the path to match your local path.)