I第一次提交

This commit is contained in:
zhangzf1119
2025-12-13 23:00:09 +08:00
commit ac08a0b6ff
180 changed files with 28023 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
-- PostgreSQL 初始化脚本
-- 用于向量数据库的初始化
-- 创建向量扩展(如果需要的话)
-- CREATE EXTENSION IF NOT EXISTS vector;
-- 设置默认编码
SET client_encoding = 'UTF8';
-- 创建必要的模式和权限
-- 这里可以添加更多的初始化SQL