LightRAG/lightrag/api/routers
yangdx 21fc61ecd2 Add content deduplication check for document insertion endpoints
• Check content hash before insertion
• Return duplicated status if exists
• Use sanitized text for hash computation
• Apply to both single and batch inserts
• Prevent duplicate content processing

(cherry picked from commit 19c16bc464)
2025-12-04 19:11:23 +08:00
..
__init__.py
admin_routes.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
document_routes.py Add content deduplication check for document insertion endpoints 2025-12-04 19:11:23 +08:00
graph_routes.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
membership_routes.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00
ollama_api.py Remove ascii_colors dependency and fix stream handling errors 2025-12-04 19:11:13 +08:00
query_routes.py docs: Add documentation and examples for include_chunk_content parameter 2025-12-04 19:11:20 +08:00
tenant_routes.py tests: stabilize integration tests + skip external services; fix multi-tenant API behavior and idempotency (#4) 2025-12-04 16:04:21 +08:00