Drop patch

This commit is contained in:
Brandon Hancock
2024-12-12 13:43:36 -05:00
parent 1ba5c49ebe
commit de96f56c95
3 changed files with 25 additions and 336 deletions

View File

@@ -46,4 +46,5 @@ 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)