LightRAG/lightrag
2025-11-28 16:06:49 +01:00
..
api fix (token_tracker): removed all duplications 2025-11-28 16:06:49 +01:00
kg feat (metadata postgres): added logic for IN clauses on operands 2025-10-10 11:05:17 +02:00
llm feat (token_tracking): added tracking token to both query and insert endpoints --and consequently pipeline 2025-11-26 17:00:04 +01:00
tools Fix linting 2025-08-23 02:39:12 +08:00
__init__.py Bump core version to 1.5.0 and API to 0236 2025-10-05 09:25:57 +08:00
base.py Merge remote-tracking branch 'upstream/main' 2025-10-07 12:23:40 +02:00
constants.py Remove deprecated history_turns and ids parameters from query API endpoint 2025-09-25 04:58:57 +08:00
exceptions.py Rename allow_create to first_initialization for clarity 2025-08-23 02:34:39 +08:00
lightrag.py feat (token_tracking): added tracking token to both query and insert endpoints --and consequently pipeline 2025-11-26 17:00:04 +01:00
namespace.py Refac: Add workspace infomation to all logger output for all storage type 2025-08-12 01:19:09 +08:00
operate.py fix (embedding): fixed query endpoint 2025-11-28 15:38:33 +01:00
prompt.py Remove bold formatting from instruction headers in prompts 2025-10-02 00:58:03 +08:00
rerank.py fix: Resolve default rerank config problem when env var missing 2025-08-23 01:07:59 +08:00
types.py feat (metadata filter): added metadata filtering 2025-09-25 16:01:42 +02:00
utils.py fix (tracker_): removed passing as named arg 2025-11-28 15:54:38 +01:00
utils_graph.py