Skip to content

Commit 45642d2

Browse files
committed
Fix HybridQuery class description
1 parent 4154aae commit 45642d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisvl/query/aggregate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class HybridQuery(AggregationQuery):
2222
It allows you to perform a hybrid search using both text and vector similarity.
2323
It scores documents based on a weighted combination of text and vector similarity.
2424
25-
.. code-block:: python
25+
.. code-block:: python
2626
2727
from redisvl.query import HybridQuery
2828
from redisvl.index import SearchIndex

0 commit comments

Comments
 (0)