LightRAG/lightrag
yangdx 99f24cd51e Make batch methods in BaseGraphStorage optional with default implementations
- Removing the @abstractmethod decorator
- Adding default implementations that call the corresponding non-batch methods
- Preserving full backward compatibility with existing implementations
2025-04-12 22:42:43 +08:00
..
api Update api version to 0148 2025-04-12 21:13:03 +08:00
kg Merge branch 'graph-storage-batch-query-frederikhendrix' into graph-storage-batch-query 2025-04-12 22:20:41 +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 Make batch methods in BaseGraphStorage optional with default implementations 2025-04-12 22:42:43 +08:00
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py Update log message 2025-04-12 21:34:50 +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 Merge branch 'graph-storage-batch-query-frederikhendrix' into graph-storage-batch-query 2025-04-12 22:20:41 +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 Fix linting 2025-04-12 20:50:21 +08:00