LightRAG/lightrag/api/routers
clssck 663ada943a chore: add citation system and enhance RAG UI components
Add citation tracking and display system across backend and frontend components.
Backend changes include citation.py for document attribution, enhanced query routes
with citation metadata, improved prompt templates, and PostgreSQL schema updates.
Frontend includes CitationMarker component, HoverCard UI, QuerySettings refinements,
and ChatMessage enhancements for displaying document sources. Update dependencies
and docker-compose test configuration for improved development workflow.
2025-12-01 17:50:00 +01:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py feat: add automatic entity resolution with 3-layer matching 2025-11-27 15:35:02 +01:00
graph_routes.py feat: add db_degree visibility and orphan connection UI 2025-11-29 21:08:07 +01:00
ollama_api.py chore: add citation system and enhance RAG UI components 2025-12-01 17:50:00 +01:00
query_routes.py chore: add citation system and enhance RAG UI components 2025-12-01 17:50:00 +01:00
table_routes.py chore(lightrag, lightrag_webui): improve code quality and security 2025-11-27 21:39:42 +01:00