LightRAG/lightrag
yangdx 0eed5eb718 feat: implement entity/relation name and description normalization
- Remove spaces between Chinese characters
- Remove spaces between Chinese and English/numbers
- Preserve spaces within English text and numbers
- Replace Chinese parentheses with English parentheses
- Replace Chinese dash with English dash
2025-04-12 19:26:02 +08:00
..
api Update README 2025-04-11 17:03:46 +08:00
kg Deleted node2vec implementation 2025-04-11 18:41:45 +08:00
llm Update openai.py 2025-04-10 12:10:35 +08:00
tools Revert "Cleanup of code" 2025-02-20 15:09:43 +01:00
__init__.py Bump core version to 1.3.2 2025-04-07 22:23:20 +08:00
base.py Improved graph storage documentation and methods 2025-04-11 18:34:03 +08:00
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py Deleted node2vec implementation 2025-04-11 18:41:45 +08: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 feat: implement entity/relation name and description normalization 2025-04-12 19:26:02 +08:00
prompt.py fix citation 2025-03-28 13:30:24 +08:00
types.py Add is_truncated to graph query for NetworkX graph db 2025-04-02 22:12:20 +08:00
utils.py feat: implement entity/relation name and description normalization 2025-04-12 19:26:02 +08:00