You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
485 B

-- 清库脚本
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;