I make a copy of a docx-file with windows exlorer, then I read it into documents via SimpleDirectoryReader.
I want to compare whether both files are the same.
- if I compare document.get_content they are equal
- but the document.hash of both are different.
When I ask Bing Chat what is part of generating the hash, it replies only the content.
- What is really used for buildung the hash?
- where is this documented?
I used llama_index 0.7.4
Many thanks for help