diff --git a/dsLightRag/.idea/dsLightRag.iml b/dsLightRag/.idea/dsLightRag.iml deleted file mode 100644 index 850c697c..00000000 --- a/dsLightRag/.idea/dsLightRag.iml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/dsLightRag/.idea/misc.xml b/dsLightRag/.idea/misc.xml deleted file mode 100644 index 85f1c6fa..00000000 --- a/dsLightRag/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/dsLightRag/Config/__pycache__/Config.cpython-310.pyc b/dsLightRag/Config/__pycache__/Config.cpython-310.pyc index d65c6fc0..19f47c1d 100644 Binary files a/dsLightRag/Config/__pycache__/Config.cpython-310.pyc and b/dsLightRag/Config/__pycache__/Config.cpython-310.pyc differ diff --git a/dsLightRag/Doc/8、使用PG数据库.md b/dsLightRag/Doc/8、使用PG数据库.md deleted file mode 100644 index 436e9292..00000000 --- a/dsLightRag/Doc/8、使用PG数据库.md +++ /dev/null @@ -1,12 +0,0 @@ -- 渡渡鸟 -``` -docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/shangor/postgres-for-rag:v1.0 -docker tag swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/shangor/postgres-for-rag:v1.0 shangor/postgres-for-rag:latest -``` - -- 启动 -``` -docker ps -a -docker rm -f 067d6ec9324d -docker run -p 5432:5432 -d --name postgres-LightRag shangor/postgres-for-rag sh -c "service postgresql start && sleep infinity" -``` \ No newline at end of file diff --git a/dsLightRag/requirements.txt b/dsLightRag/requirements.txt deleted file mode 100644 index 45675be9..00000000 Binary files a/dsLightRag/requirements.txt and /dev/null differ