LightRAG/lightrag/api/routers
yangdx b1c8206346 Add aquery_data endpoint for structured retrieval without LLM generation
- Add QueryDataResponse model
- Implement /query/data endpoint
- Add aquery_data method to LightRAG
- Return entities, relationships, chunks
2025-09-15 02:15:14 +08:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Limit history messages to latest 1000 entries with truncation indicator 2025-09-05 12:31:36 +08:00
graph_routes.py Fix label selection with leading/trailing whitespace 2025-08-31 02:54:39 +08:00
ollama_api.py Refactored rerank_example file to utilize the updated rerank function. 2025-08-23 22:51:41 +08:00
query_routes.py Add aquery_data endpoint for structured retrieval without LLM generation 2025-09-15 02:15:14 +08:00