This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: error Class 'builtins.list' is not mapped (
#1710
)
tags/0.3.33
Pascal M
1 year ago
parent
7b8a10f3ea
commit
5d10cf0fe6
No account linked to committer's email address
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
api/core/indexing_runner.py
+ 2
- 1
api/core/indexing_runner.py
View File
@@ -106,7 +106,8 @@ class IndexingRunner:
document_id=dataset_document.id
).all()
db.session.delete(document_segments)
for document_segment in document_segments:
db.session.delete(document_segment)
db.session.commit()
# load file
Write
Preview
Loading…
Cancel
Save