Fix typo in redis-hybrid-query-examples.ipynb (#642)

bellow -> below
pull/643/head
Ikko Eltociear Ashimine 10 months ago committed by GitHub
parent 57ec84f016
commit 6597537307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -521,7 +521,7 @@
"source": [
"## Generate OpenAI Embeddings and Load Documents into the Index\n",
"\n",
"Now that we have a search index, we can load documents into it. We will use the dataframe containing the styles dataset loaded previously. In Redis, either the HASH or JSON (if using RedisJSON in addition to RediSearch) data types can be used to store documents. We will use the HASH data type in this example. The cells bellow will show how to get OpenAI embeddings for the different products and load documents into the index."
"Now that we have a search index, we can load documents into it. We will use the dataframe containing the styles dataset loaded previously. In Redis, either the HASH or JSON (if using RedisJSON in addition to RediSearch) data types can be used to store documents. We will use the HASH data type in this example. The cells below will show how to get OpenAI embeddings for the different products and load documents into the index."
]
},
{

Loading…
Cancel
Save