mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
d2e2e535dd
commit
e77c3ab043
2 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from pydantic import BaseModel
|
|||
from open_webui.apps.retrieval.vector.connector import VECTOR_DB_CLIENT
|
||||
|
||||
# Information retrieval models
|
||||
from open_webui.apps.retrieval.model.colbert import ColBERT
|
||||
from open_webui.apps.retrieval.models.colbert import ColBERT
|
||||
|
||||
# Document loaders
|
||||
from open_webui.apps.retrieval.loader.main import Loader
|
||||
|
|
|
|||
Loading…
Reference in a new issue