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
feat: optimize index_struct copy (
#442
)
tags/0.3.6
John Wang
2 years ago
parent
951afcaaed
commit
cad1532f7c
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
api/core/index/vector_index/base.py
+ 1
- 1
api/core/index/vector_index/base.py
View File
@@ -157,7 +157,7 @@ class BaseVectorIndex(BaseIndex):
documents.append(document)
origin_index_struct = self.dataset.index_struct
origin_index_struct = self.dataset.index_struct
[:]
self.dataset.index_struct = None
if documents:
Write
Preview
Loading…
Cancel
Save