This commit is contained in:
teslim
2025-06-13 19:09:44 +01:00
parent dd616913e0
commit 2180cd856a
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -87,6 +87,11 @@ class Chatbot:
def _extract_text_from_docs(self, docs):
"""Extract text content from document objects."""
print(docs)
return [self.clean_text(doc.page_content) for doc in docs]
# Existing methods...