LightRAG/lightrag/evaluation
clssck 43af31f888 feat: add db_degree visibility and orphan connection UI
Graph Connectivity Awareness:
- Add db_degree property to all KG implementations (NetworkX, Postgres, Neo4j, Mongo, Memgraph)
- Show database degree vs visual degree in node panel with amber badge
- Add visual indicator (amber border) for nodes with hidden connections
- Add "Load X hidden connection(s)" button to expand hidden neighbors
- Add configurable "Expand Depth" setting (1-5) in graph settings
- Use global maxNodes setting for node expansion consistency

Orphan Connection UI:
- Add OrphanConnectionDialog component for manual orphan entity connection
- Add OrphanConnectionControl button in graph sidebar
- Expose /graph/orphans/connect API endpoint for frontend use

Backend Improvements:
- Add get_orphan_entities() and connect_orphan_entities() to base storage
- Add orphan connection configuration parameters
- Improve entity extraction with relationship density requirements

Frontend:
- Add graphExpandDepth and graphIncludeOrphans to settings store
- Add min_degree and include_orphans graph filtering parameters
- Update translations (en.json, zh.json)
2025-11-29 21:08:07 +01:00
..
sample_documents feat(evaluation): Add sample documents for reproducible RAGAS testing 2025-11-03 13:28:46 +01:00
wiki_documents feat: add db_degree visibility and orphan connection UI 2025-11-29 21:08:07 +01:00
__init__.py fix(evaluation): Move import-time validation to runtime and improve documentation 2025-11-03 05:56:38 +01:00
compare_results.py chore(docker-compose, lightrag): optimize test infrastructure and add evaluation tools 2025-11-29 10:39:20 +01:00
download_wikipedia.py chore(docker-compose, lightrag): optimize test infrastructure and add evaluation tools 2025-11-29 10:39:20 +01:00
e2e_test_harness.py chore(docker-compose, lightrag): optimize test infrastructure and add evaluation tools 2025-11-29 10:39:20 +01:00
eval_rag_quality.py Add separate endpoint configuration for LLM and embeddings in evaluation 2025-11-05 18:54:38 +08:00
ingest_test_docs.py chore(docker-compose, lightrag): optimize test infrastructure and add evaluation tools 2025-11-29 10:39:20 +01:00
populate_test_data.sh chore(docker-compose, lightrag): optimize test infrastructure and add evaluation tools 2025-11-29 10:39:20 +01:00
README_EVALUASTION_RAGAS.md Update LLM cache migration docs and improve UX prompts 2025-11-08 23:48:19 +08:00
sample_dataset.json Update evaluation defaults and expand sample dataset 2025-11-04 22:17:17 +08:00