Skip to content

Commit f0a4f89

Browse files
authored
Fix HybridQuery class description (#314)
Fixes #313
1 parent 4154aae commit f0a4f89

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)