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)