LightRAG/lightrag
yangdx cac93424d9 Added support for reading .xlsx files in LightRAG.
- Install openpyxl if not present
- Load .xlsx file using openpyxl
- Extract sheet titles and content
- Format rows with tab-separated values
- Append sheet content to overall text
2025-02-19 01:34:51 +08:00
..
api Added support for reading .xlsx files in LightRAG. 2025-02-19 01:34:51 +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