..
api
Add content deduplication check for document insertion endpoints
2025-12-04 19:11:23 +08:00
evaluation
Optimize RAGAS evaluation with parallel execution and chunk content enrichment
2025-12-04 19:11:20 +08:00
kg
Remove unused chunk-based node/edge retrieval methods
2025-12-04 19:11:20 +08:00
llm
Refactor keyword_extraction from kwargs to explicit parameter
2025-12-04 19:11:09 +08:00
models
tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency ( #4 )
2025-12-04 16:04:21 +08:00
services
tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency ( #4 )
2025-12-04 16:04:21 +08:00
tools
Remove manual initialize_pipeline_status() calls across codebase
2025-12-04 19:11:17 +08:00
__init__.py
Bump core version to 1.4.9.1
2025-09-28 15:25:02 +08:00
base.py
Remove unused chunk-based node/edge retrieval methods
2025-12-04 19:11:20 +08:00
constants.py
Quick fix to limit source_id ballooning while inserting nodes
2025-12-04 19:11:23 +08:00
exceptions.py
Add token limit validation for character-only chunking
2025-12-04 19:11:22 +08:00
lightrag.py
refactor(chunking): rename params and improve docstring for chunking_by_token_size
2025-12-04 19:11:21 +08:00
namespace.py
Add entity/relation chunk tracking with configurable source ID limits
2025-12-04 19:11:19 +08:00
operate.py
Refactor deduplication calculation and remove unused variables
2025-12-04 19:11:23 +08:00
prompt.py
Improve prompt clarity by standardizing terminology and formatting
2025-09-28 13:31:55 +08:00
rerank.py
Fix top_n behavior with chunking to limit documents not chunks
2025-12-04 19:11:22 +08:00
security.py
tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency ( #4 )
2025-12-04 16:04:21 +08:00
tenant_rag_manager.py
tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency ( #4 )
2025-12-04 16:04:21 +08:00
types.py
utils.py
Quick fix to limit source_id ballooning while inserting nodes
2025-12-04 19:11:23 +08:00
utils_context.py
tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency ( #4 )
2025-12-04 16:04:21 +08:00
utils_graph.py
Fix relation deduplication logic and standardize log message prefixes
2025-12-04 19:11:23 +08:00