mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac: PLEASE FOLLOW EXISTING CONVENTION
This commit is contained in:
parent
2c31f5c725
commit
7dc7d5c028
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue