From 8a0d06e55749a6a78d2187682b842ff193a8e464 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 27 Aug 2025 12:51:18 +0800 Subject: [PATCH] Restore default entity types --- lightrag/constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lightrag/constants.py b/lightrag/constants.py index 4e85325b..a7cf5640 100644 --- a/lightrag/constants.py +++ b/lightrag/constants.py @@ -29,8 +29,6 @@ DEFAULT_ENTITY_TYPES = [ "geo", "event", "category", - "Equipment", - "Location", ] # Separator for graph fields