From 161698a228dc5f54c78b68eed3ca89d19dea6f6b Mon Sep 17 00:00:00 2001 From: Hafeez <90968109+hafeezhmha@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:29:00 +0530 Subject: [PATCH] Update Self_Improving_Search.py for windows --- Self_Improving_Search.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Self_Improving_Search.py b/Self_Improving_Search.py index 05dcf9b..6b4316b 100644 --- a/Self_Improving_Search.py +++ b/Self_Improving_Search.py @@ -251,7 +251,6 @@ class EnhancedSelfImprovingSearch: max_length = 5000 if len(content) > max_length: content = content[:max_length] + "..." - return content.strip() def generate_enhanced_summary(self, results: List[SearchResult], query: str) -> str: