Compare commits

...

1 Commits

Author SHA1 Message Date
Brandon Hancock
28beb40b5d drop print 2024-12-12 15:07:00 -05:00

View File

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