LightRAG/lightrag
2025-08-21 18:14:27 +08:00
..
api Update README 2025-08-21 18:14:27 +08:00
kg
llm feat: Add extra_body parameter support for OpenRouter/vLLM compatibility 2025-08-21 13:06:28 +08:00
tools
__init__.py
base.py
constants.py
exceptions.py
lightrag.py Rename MAX_TOKENS to SUMMARY_MAX_TOKENS for clarity 2025-08-21 10:15:20 +08:00
llm.py
namespace.py
operate.py optimize: avoid duplicate embedding calls in _build_query_context 2025-08-21 16:49:24 +08:00
prompt.py
rerank.py
types.py
utils.py optimize: avoid duplicate embedding calls in _build_query_context 2025-08-21 16:49:24 +08:00
utils_graph.py