commit bce101bf52763248093f2e7b2bf9abd434fa9964 Author: yumoqing Date: Wed Jul 23 11:08:32 2025 +0800 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..4848810 --- /dev/null +++ b/README.md @@ -0,0 +1,55 @@ +# 开元rag + +## 安装 +执行下面的命令 +``` +git clone https://git.opencomputing.cn/yumoqing/kyrag +cd kyrag +cdir=$(pwd) +uname=$(id -un) +gname=$(id -gn) +python3 -m venv py3 +source py3/bin/activate +pip install -r requirements.txt +cat > $cdir/kyrag.service < $cdir/start.sh < $cdir/stop.sh <