Ziv Chen
Ziv Chen
``` emulator64_arm64:/data/local/tmp # ./atx-agent server --nouia -d --addr 127.0.0.1:7912 /system/bin/sh: ./atx-agent: not executable: 32-bit ELF file ```
### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/HXSecurity/DongTai/blob/main/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/HXSecurity/DongTai/issues) for an issue that...
``` documents = SimpleDirectoryReader('data').load_data() for doc in documents: print(doc) ``` [Document(text='text-content', doc_id='233dfb85-6a12-46b5-9010-xxx', embedding=None, extra_info=None) How can I find the mapping relationship between doc_id and file name or file path if...