12 lines
485 B
SQL
12 lines
485 B
SQL
-- 清库脚本
|
|
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; |