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." ] }, {