mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-09-20 13:43:37 +00:00
Fix incorrect comment about update flag behavior in FAISS implementation
This commit is contained in:
parent
e3a40c2fdb
commit
9aef112d51
@ -359,7 +359,7 @@ async def index_done_callback(self) -> None:
|
||||
try:
|
||||
# Save data to disk
|
||||
self._save_faiss_index()
|
||||
# Set all update flags to False
|
||||
# Notify other processes that data has been updated
|
||||
await set_all_update_flags(self.namespace)
|
||||
# Reset own update flag to avoid self-reloading
|
||||
if is_multiprocess:
|
||||
|
Loading…
x
Reference in New Issue
Block a user