LightRAG/lightrag/api/routers
NeelM0906 b7c77396a0 Fix entity/relation creation endpoints to properly update vector stores
- Changed create_entity to use rag.acreate_entity() instead of direct graph manipulation
  - Changed create_relation to use rag.acreate_relation() instead of direct graph manipulation
  - This ensures vector embeddings are created and entities/relations are searchable
  - Adds proper concurrency locks and metadata population
2025-10-09 17:02:17 -04:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Limit deprecated documents endpoint to 1000 records with fair distribution 2025-09-28 11:18:10 +08:00
graph_routes.py Fix entity/relation creation endpoints to properly update vector stores 2025-10-09 17:02:17 -04:00
ollama_api.py fix(OllamaAPI): Add validation to ensure last message is from user role 2025-10-01 20:48:37 +08:00
query_routes.py Relax conversation history role validation requirements 2025-09-29 13:10:15 +08:00