Skip to content

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

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Conversation

ViktarStarastsenka
Copy link
Collaborator

No description provided.

dwdougherty
dwdougherty previously approved these changes Jul 22, 2025
Copy link
Collaborator

@dwdougherty dwdougherty left a 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]>
dwdougherty
dwdougherty previously approved these changes Jul 29, 2025
Copy link
Collaborator

@dwdougherty dwdougherty left a 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.

Copy link
Collaborator

@dwdougherty dwdougherty left a 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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants