mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
fix typo in error message of supported keyword store (#2560)
This commit is contained in:
parent
3e63abd335
commit
e55225e2bc
|
@ -25,7 +25,7 @@ class Keyword:
|
|||
dataset=self._dataset
|
||||
)
|
||||
else:
|
||||
raise ValueError(f"Vector store {config.get('VECTOR_STORE')} is not supported.")
|
||||
raise ValueError(f"Keyword store {keyword_type} is not supported.")
|
||||
|
||||
def create(self, texts: list[Document], **kwargs):
|
||||
self._keyword_processor.create(texts, **kwargs)
|
||||
|
|
Loading…
Reference in New Issue
Block a user