From 45642d20cc3b81829dc1d49a5b94ebb82ce890f0 Mon Sep 17 00:00:00 2001 From: paololazzari Date: Mon, 7 Apr 2025 11:48:36 +0200 Subject: [PATCH] Fix HybridQuery class description --- redisvl/query/aggregate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redisvl/query/aggregate.py b/redisvl/query/aggregate.py index c496a441..045666ed 100644 --- a/redisvl/query/aggregate.py +++ b/redisvl/query/aggregate.py @@ -22,7 +22,7 @@ class HybridQuery(AggregationQuery): It allows you to perform a hybrid search using both text and vector similarity. It scores documents based on a weighted combination of text and vector similarity. - .. code-block:: python + .. code-block:: python from redisvl.query import HybridQuery from redisvl.index import SearchIndex