parent
a590b5f59c
commit
e979ff4ac5
@ -0,0 +1,12 @@
|
||||
-- 清库脚本
|
||||
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;
|
Loading…
Reference in new issue