From be64945407a343d269b67f8053a3440756c5d606 Mon Sep 17 00:00:00 2001 From: liuliu Date: Wed, 29 Mar 2023 09:53:06 +0800 Subject: [PATCH] revert: spelling adjustment in examples/ 1. a -> an in getting-started-with-redis-and-openai.ipynb --- .../redis/getting-started-with-redis-and-openai.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vector_databases/redis/getting-started-with-redis-and-openai.ipynb b/examples/vector_databases/redis/getting-started-with-redis-and-openai.ipynb index ccfe21e..6520928 100644 --- a/examples/vector_databases/redis/getting-started-with-redis-and-openai.ipynb +++ b/examples/vector_databases/redis/getting-started-with-redis-and-openai.ipynb @@ -692,7 +692,7 @@ "\n", "``HNSW`` will take longer to build and consume more memory for most cases than ``FLAT`` but will be faster to run queries on, especially for large datasets.\n", "\n", - "The following cells will show how to create a ``HNSW`` index and run queries with it using the same data as before." + "The following cells will show how to create an ``HNSW`` index and run queries with it using the same data as before." ] }, {