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 a5b5b0e commit 3edd239Copy full SHA for 3edd239
redisvl/query/aggregate.py
@@ -264,7 +264,7 @@ def __str__(self) -> str:
264
265
class MultiVectorQuery(AggregationQuery):
266
"""
267
- MultiVectorQuery allows for search over multiple vector fields in a document simulateously.
+ MultiVectorQuery allows for search over multiple vector fields in a document simultaneously.
268
The final score will be a weighted combination of the individual vector similarity scores
269
following the formula:
270
0 commit comments