This commit is contained in:
Timothy Jaeryang Baek 2025-09-01 00:57:13 +04:00
parent b45219c8b1
commit ac0243e8b7

View file

@ -341,7 +341,6 @@ def query_collection_with_hybrid_search(
# Fetch collection data once per collection sequentially # Fetch collection data once per collection sequentially
# Avoid fetching the same data multiple times later # Avoid fetching the same data multiple times later
collection_results = {} collection_results = {}
for collection_name in collection_names: for collection_name in collection_names:
try: try:
log.debug( log.debug(