Restore 0.1.5 version from stash
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
alter table public.documents
|
||||
add column if not exists rag_settings jsonb;
|
||||
|
||||
comment on column public.documents.rag_settings is '自定义 LightRAG 参数配置';
|
||||
Reference in New Issue
Block a user