This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
OpenSource
/
dify
Прати
4
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
152
Вики
Activity
Преглед изворни кода
fix: remove empty segment in splitter (
#68
)
tags/0.2.2
John Wang
пре 2 година
родитељ
ce492d13f1
комит
0587ff0fba
No account linked to committer's email address
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Покажи статистику Diff
1
1
api/core/indexing_runner.py
+ 1
- 1
api/core/indexing_runner.py
Прегледај датотеку
@@ -343,7 +343,7 @@ class IndexingRunner:
# parse document to nodes
nodes = node_parser.get_nodes_from_documents([text_doc])
nodes = [node for node in nodes if node.text is not None and node.text.strip()]
all_nodes.extend(nodes)
return all_nodes
Write
Preview
Loading…
Откажи
Сачувај