mirror of
https://github.com/langgenius/dify.git
synced 2026-03-04 23:36:20 +08:00
fix indexing_technique setting
This commit is contained in:
@ -863,6 +863,7 @@ class DatasetService:
|
||||
embedding_model.provider, embedding_model.model
|
||||
)
|
||||
dataset.collection_binding_id = dataset_collection_binding.id
|
||||
dataset.indexing_technique = knowledge_configuration.indexing_technique
|
||||
except LLMBadRequestError:
|
||||
raise ValueError(
|
||||
"No Embedding Model available. Please configure a valid provider "
|
||||
|
||||
Reference in New Issue
Block a user