change Reranker to WeightedInMemoryAggregator

This commit is contained in:
kimbwook 2025-09-11 21:40:21 +09:00
parent 60318b659d
commit 897be1376e
No known key found for this signature in database
GPG key ID: 13B032C99CBD373A
6 changed files with 22 additions and 142 deletions

View file

@ -39,7 +39,6 @@ def sanitize_collection_name(name: str, weaviate_format=False) -> str:
return s
class WeightedInMemoryAggregator:
@staticmethod
def _normalize_scores(scores: dict[str, float]) -> dict[str, float]: