mirror of
https://github.com/langgenius/dify.git
synced 2026-01-06 06:26:00 +00:00
Feat/support multimodal embedding (#29115)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,9 @@ from core.tools.utils.text_processing_utils import remove_leading_symbols
|
||||
[
|
||||
("...Hello, World!", "Hello, World!"),
|
||||
("。测试中文标点", "测试中文标点"),
|
||||
("!@#Test symbols", "Test symbols"),
|
||||
# Note: ! is not in the removal pattern, only @# are removed, leaving "!Test symbols"
|
||||
# The pattern intentionally excludes ! as per #11868 fix
|
||||
("@#Test symbols", "Test symbols"),
|
||||
("Hello, World!", "Hello, World!"),
|
||||
("", ""),
|
||||
(" ", " "),
|
||||
|
||||
Reference in New Issue
Block a user