mirror of
https://github.com/open-webui/open-webui
synced 2025-04-25 00:39:36 +00:00
refactor: update import path for MistralLoader
This commit is contained in:
parent
c5a8d2f857
commit
0ac00b9256
@ -21,7 +21,7 @@ from langchain_community.document_loaders import (
|
|||||||
)
|
)
|
||||||
from langchain_core.documents import Document
|
from langchain_core.documents import Document
|
||||||
|
|
||||||
from .mistral import MistralLoader
|
from open_webui.retrieval.loaders.mistral import MistralLoader
|
||||||
|
|
||||||
from open_webui.env import SRC_LOG_LEVELS, GLOBAL_LOG_LEVEL
|
from open_webui.env import SRC_LOG_LEVELS, GLOBAL_LOG_LEVEL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user