mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
drop print
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user