LightRAG/lightrag
yangdx fc40a36968 Add timeout support to Gemini LLM and improve parameter handling
• Add timeout parameter to Gemini client
• Convert timeout seconds to milliseconds
• Update function signatures consistently
• Add Gemini thinking config example
• Clean up parameter documentation
2025-11-07 15:50:14 +08:00
..
api Add timeout support to Gemini LLM and improve parameter handling 2025-11-07 15:50:14 +08:00
evaluation Add separate endpoint configuration for LLM and embeddings in evaluation 2025-11-05 18:54:38 +08:00
kg Fix linting 2025-11-06 20:48:51 +08:00
llm Add timeout support to Gemini LLM and improve parameter handling 2025-11-07 15:50:14 +08:00
tools
__init__.py
base.py Remove unused chunk-based node/edge retrieval methods 2025-11-06 18:17:10 +08:00
constants.py
exceptions.py
lightrag.py Fix: Remove redundant entity/relation chunk deletions 2025-11-07 02:56:16 +08:00
namespace.py
operate.py Rename function and variables for clarity in context building 2025-11-01 12:15:24 +08:00
prompt.py
rerank.py
types.py
utils.py Merge branch 'main' into VOXWAVE-FOUNDRY/main 2025-11-06 15:37:35 +08:00
utils_graph.py