LightRAG/lightrag
yangdx 845e914f1b fix: make ids parameter optional and optimize input text cleaning
- Add default None value for ids parameter
- Move text cleaning into else branch
- Only clean text when auto-generating ids
- Preserve original text with custom ids
- Improve code readability
2025-02-23 15:46:47 +08:00
..
api Merge branch 'refactor-api-server' into clear-text-before-insert 2025-02-22 10:04:56 +08:00
kg Merge pull request #916 from ShanGor/main 2025-02-21 22:53:06 +08:00
llm Update LlamaIndex README: improve documentation and example paths 2025-02-20 10:33:15 +01:00
tools Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
__init__.py Update __version__ 2025-02-21 21:34:58 +08:00
base.py Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
exceptions.py
lightrag.py fix: make ids parameter optional and optimize input text cleaning 2025-02-23 15:46:47 +08:00
llm.py
namespace.py
operate.py feat: improve debug message handling with better truncation and formatting 2025-02-21 16:28:08 +08:00
prompt.py
types.py
utils.py fix linting 2025-02-21 21:33:43 +08:00