The issue stems from this part of code: ``` for chunk in document.chunks: if not only_chunks: await lightrag_wrapper.ainsert( input=chunk.text, file_paths=[chunk.hash] ) ``` I would say this series of random characters is definitely not the file path.
The issue stems from this part of code:
I would say this series of random characters is definitely not the file path.