Skip to content

Conversation

@justin-cechmanek
Copy link
Collaborator

This PR adds a notebook to our RedisVL user guides that demonstrated advanced query classes: TextQuery, HybridQuery, and MultiVectorQuery.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Adds a new user guide notebook demonstrating advanced RedisVL query classes (TextQuery, HybridQuery, MultiVectorQuery) and slightly adjusts cleanup formatting in an existing notebook.

  • Introduces comprehensive examples for text, hybrid, and multi-vector queries.
  • Defines a sample schema and dataset to illustrate query capabilities.
  • Replaces a standalone markdown cleanup header with an inline code comment in another guide.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
docs/user_guide/09_advanced_queries.ipynb New notebook showcasing advanced query classes with schema, data loading, and varied query examples.
docs/user_guide/05_hash_vs_json.ipynb Minor change: removed markdown cleanup header and added a code comment before index deletion.

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Collaborator

@tylerhutcherson tylerhutcherson left a comment

Choose a reason for hiding this comment

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

Looks good! 2 small comments to take as you wish:

  • In hybrid searches, its best practice to use the normalized BM25 scorer so that final scores are properly balanced prior to weighting.
  • At the end in the comparison, it could be good to run the same query through all query types and report the top match and score in a clean table for comparison (ideally something that shows the difference?)

justin-cechmanek and others added 2 commits October 17, 2025 15:43
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@justin-cechmanek justin-cechmanek merged commit f0d2154 into main Oct 21, 2025
37 checks passed
@justin-cechmanek justin-cechmanek deleted the feat/RAAE-1084/multivector_user_guide branch October 21, 2025 21:00
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.

4 participants