This commit is contained in:
Saifeddine ALOUI 2025-03-08 01:12:25 +01:00
parent 30a2e58f68
commit 0d9da76561

@ -499,7 +499,7 @@ class LollmsApplication(LoLLMsCom):
self.active_datalakes.append(
rag_db | {"binding": lr}
)
def load_class_from_folder(folder_path, target_name):
def load_class_from_folder(self, folder_path, target_name):
# Convert folder_path to a Path object
folder_path = Path(folder_path)