drop print (#1755)

This commit is contained in:
Brandon Hancock (bhancock_ai)
2024-12-12 15:08:37 -05:00
committed by GitHub
parent 49c02d06c3
commit 2f4681e110

View File

@@ -46,5 +46,4 @@ class BaseKnowledgeSource(BaseModel, ABC):
Save the documents to the storage. Save the documents to the storage.
This method should be called after the chunks and embeddings are generated. This method should be called after the chunks and embeddings are generated.
""" """
print("CHUNKS: ", self.chunks)
self.storage.save(self.chunks) self.storage.save(self.chunks)