From be629bbddf56af82b912fc6fbe1144bc4553ca1d Mon Sep 17 00:00:00 2001 From: Ted Sanders <95656834+ted-at-openai@users.noreply.github.com> Date: Mon, 22 May 2023 14:23:23 -0700 Subject: [PATCH] remove extraneous date from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9992b412..f85bad05 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Most code examples are written in Python, though the concepts can be applied in - [Clustering embeddings](examples/Clustering.ipynb) - [Visualizing embeddings in 2D](examples/Visualizing_embeddings_in_2D.ipynb) or [3D](examples/Visualizing_embeddings_in_3D.ipynb) - [Embedding long texts](examples/Embedding_long_inputs.ipynb) - - [Embeddings playground (streamlit app)](apps/embeddings-playground/README.md) [May 19th, 2023] + - [Embeddings playground (streamlit app)](apps/embeddings-playground/README.md) - Apps - [File Q&A](apps/file-q-and-a/) - [Web Crawl Q&A](apps/web-crawl-q-and-a)