Files
dsProject/dsLightRag/Sql/清库脚本.sql

12 lines
485 B
MySQL
Raw Normal View History

2025-08-14 15:45:08 +08:00
-- 清库脚本
truncate table chunk_entity_relation._ag_label_edge;
truncate table chunk_entity_relation._ag_label_vertex;
truncate table chunk_entity_relation.base;
-- truncate table chunk_entity_relation.DIRECTED;
truncate table public.lightrag_doc_chunks;
truncate table public.lightrag_doc_full;
truncate table public.lightrag_doc_status;
truncate table public.lightrag_llm_cache;
truncate table public.lightrag_vdb_entity;
truncate table public.lightrag_vdb_relation;