LightRAG/docs
Claude 362ef56129
Add comprehensive entity/relation extraction quality evaluation guide
This guide explains how to evaluate quality when considering hybrid architectures (e.g., GLiNER + LLM):

- 3-tier evaluation pyramid: entity → relation → end-to-end RAG
- Gold standard dataset creation (manual annotation + pseudo-labeling)
- Precision/Recall/F1 metrics for entities and relations
- Integration with existing RAGAS evaluation framework
- Real-world case study with decision thresholds
- Quality vs speed tradeoff matrix

Key thresholds:
- Entity F1 drop < 5%
- Relation F1 drop < 3%
- RAGAS score drop < 2%

Helps users make informed decisions about optimization strategies.
2025-11-19 12:45:31 +00:00
..
Algorithm.md Create Algorithm.md 2025-01-24 21:19:04 +01:00
DockerDeployment.md Add BuildKit cache mounts to optimize Docker build performance 2025-11-03 12:40:30 +08:00
EvaluatingEntityRelationQuality-zh.md Add comprehensive entity/relation extraction quality evaluation guide 2025-11-19 12:45:31 +00:00
FrontendBuildGuide.md Use frozen lockfile for consistent frontend builds 2025-10-14 03:34:55 +08:00
LightRAG_concurrent_explain.md Update README 2025-07-27 17:26:49 +08:00
OfflineDeployment.md refactor: move document deps to api group, remove dynamic imports 2025-11-13 13:34:09 +08:00
PerformanceFAQ-zh.md Add comprehensive performance FAQ addressing max_async, LLM selection, and database optimization 2025-11-19 10:21:58 +00:00
PerformanceOptimization-zh.md Add performance optimization guide and configuration for LightRAG indexing 2025-11-19 09:55:28 +00:00
PerformanceOptimization.md Add performance optimization guide and configuration for LightRAG indexing 2025-11-19 09:55:28 +00:00
SelfHostedOptimization-zh.md Add comprehensive self-hosted LLM optimization guide for LightRAG 2025-11-19 10:53:48 +00:00
UV_LOCK_GUIDE.md Migrate Dockerfile from pip to uv package manager for faster builds 2025-10-16 01:54:20 +08:00
WhatIsGleaning-zh.md Add comprehensive guide explaining gleaning concept in LightRAG 2025-11-19 11:45:07 +00:00