refactor: loader chunker typing (#324)

This commit is contained in:
cachho
2023-07-26 19:44:57 +02:00
committed by GitHub
parent a8552686b4
commit 55bfd7cafe
10 changed files with 34 additions and 9 deletions

View File

@@ -1,4 +1,7 @@
class LocalTextLoader:
from embedchain.loaders.base_loader import BaseLoader
class LocalTextLoader(BaseLoader):
def load_data(self, content):
"""Load data from a local text file."""
meta_data = {