git log --author=686f6c61 -- llamaindex
Contributions to LlamaIndex
- ossLlamaIndex
Fixed bug where DocumentBlock class converted empty strings to None using Python truthiness evaluation. Changed `or` logic to explicit `is None` checks in document_mimetype and title fields. Added unit tests.