diff --git a/redisvl/query/aggregate.py b/redisvl/query/aggregate.py index 109664ee..b446688d 100644 --- a/redisvl/query/aggregate.py +++ b/redisvl/query/aggregate.py @@ -264,7 +264,7 @@ def __str__(self) -> str: class MultiVectorQuery(AggregationQuery): """ - MultiVectorQuery allows for search over multiple vector fields in a document simulateously. + MultiVectorQuery allows for search over multiple vector fields in a document simultaneously. The final score will be a weighted combination of the individual vector similarity scores following the formula: