LightRAG/lightrag
yangdx 9c45824e78 Optimize file handling for DOCX and PPTX processing.
- Removed redundant file content reading.
- Directly passed file to BytesIO.
- Simplified DOCX content extraction.
- Streamlined PPTX slide processing.
- Reduced memory usage in file handling.
2025-02-19 01:34:25 +08:00
..
api Optimize file handling for DOCX and PPTX processing. 2025-02-19 01:34:25 +08:00
kg cleanup code 2025-02-18 16:58:11 +01:00
llm cleanup code 2025-02-18 16:58:11 +01:00
tools Revert "Update Python version requirement from 3.10 to 3.11 because of StrEnum" 2025-02-18 20:34:56 +08:00
__init__.py Update __version__ 2025-02-11 11:59:28 +08:00
base.py fixed drop 2025-02-18 10:21:14 +01:00
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py fixed str enum 2025-02-17 18:26:07 +01:00
llm.py improved typing 2025-02-15 22:37:12 +01:00
namespace.py improved typing 2025-02-15 22:37:12 +01:00
operate.py cleaned code 2025-02-18 09:09:12 +01:00
prompt.py improved typing 2025-02-15 22:37:12 +01:00
types.py fixed lint 2025-02-16 12:45:27 +01:00
utils.py Merge pull request #797 from danielaskdd/add-env-settings 2025-02-17 15:00:07 +08:00