-
Notifications
You must be signed in to change notification settings - Fork 8
Tutorials for Vector Search and HFE #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment. Otherwise, LGTM.
Co-authored-by: David Dougherty <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made a bunch of suggestions, but I'll go ahead and approve so you're not held up.
Co-authored-by: David Dougherty <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple more nits. Otherwise, LGTM.
@@ -7,7 +7,7 @@ Redis Stack offers an enhanced Redis experience via the following Redis Query En | |||
- Geospatial queries | |||
- Aggregations | |||
|
|||
The Redis Query Engine features of Redis Stack allow you to use Redis as a: | |||
The Redis Query Engine features you to use Redis as a: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Redis Query Engine features you to use Redis as a: | |
The Redis Query Engine features allow you to use Redis as a: |
### Store movie documents with vector embeddings | ||
Semantic search uses vector embeddings — numeric representations of text that capture meaning, enabling search by intent rather than keywords. | ||
|
||
We'll import a dataset of plot summaries, each paired with an embedding vector. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll import a dataset of plot summaries, each paired with an embedding vector. | |
You'll import a dataset of plot summaries, each paired with an embedding vector. |
No description provided.