St1ve edaba428ac
Update json_kv_impl.py
There is no delete function in chunks_vdb and text_chunks in lines 1300-1302 of the lightrag.py file:
    if chunk_ids:
                await self.chunks_vdb.delete(chunk_ids)
                await self.text_chunks.delete(chunk_ids)
2025-02-16 19:33:59 +08:00
..
2025-02-16 19:33:59 +08:00
2025-02-11 13:32:24 +08:00
2025-02-06 00:23:41 +08:00
2025-02-11 11:59:28 +08:00
2025-02-08 16:05:59 +08:00
2025-02-13 04:12:00 +08:00
2025-02-13 14:07:36 +08:00