From 3edd2394edb989687914ffe64cc5528432ab4c83 Mon Sep 17 00:00:00 2001 From: Justin Cechmanek Date: Fri, 24 Oct 2025 13:35:44 -0700 Subject: [PATCH] fixes typo in doc string --- redisvl/query/aggregate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: