We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4154aae commit f0a4f89Copy full SHA for f0a4f89
redisvl/query/aggregate.py
@@ -22,7 +22,7 @@ class HybridQuery(AggregationQuery):
22
It allows you to perform a hybrid search using both text and vector similarity.
23
It scores documents based on a weighted combination of text and vector similarity.
24
25
- .. code-block:: python
+ .. code-block:: python
26
27
from redisvl.query import HybridQuery
28
from redisvl.index import SearchIndex
0 commit comments