revert: spelling adjustment in examples/
1. a -> an in getting-started-with-redis-and-openai.ipynb
This commit is contained in:
parent
c7f3f31b2c
commit
be64945407
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue