refac: PLEASE FOLLOW EXISTING CONVENTION

This commit is contained in:
Timothy Jaeryang Baek 2025-05-29 03:47:02 +04:00
parent 2c31f5c725
commit 7dc7d5c028
2 changed files with 3 additions and 1 deletions

View File

@ -21,9 +21,11 @@ from langchain_community.document_loaders import (
)
from langchain_core.documents import Document
from open_webui.retrieval.loaders.datalab_marker_loader import DatalabMarkerLoader
from open_webui.retrieval.loaders.external_document import ExternalDocumentLoader
from open_webui.retrieval.loaders.mistral import MistralLoader
from open_webui.retrieval.loaders.datalab_marker import DatalabMarkerLoader
from open_webui.env import SRC_LOG_LEVELS, GLOBAL_LOG_LEVEL