fix: 创建web数据集错误

This commit is contained in:
shaohuzhang1 2024-01-16 17:06:13 +08:00
parent c2baf85878
commit 91b613c4da

View File

@ -26,6 +26,7 @@ from application.models import ApplicationDatasetMapping
from common.config.embedding_config import VectorStore, EmbeddingModel
from common.db.search import get_dynamics_model, native_page_search, native_search
from common.db.sql_execute import select_list
from common.event import ListenerManagement, SyncWebDatasetArgs
from common.exception.app_exception import AppApiException
from common.mixins.api_mixin import ApiMixin
from common.util.common import post