From e768ff95f52538e6a778863e572acb390f23b760 Mon Sep 17 00:00:00 2001 From: jiwenke Date: Thu, 27 Mar 2025 11:51:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=8E=AF=E5=A2=83=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blogs/jiwenke/openGauss-RAG\345\256\236\350\267\265.md" | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git "a/app/zh/blogs/jiwenke/openGauss-RAG\345\256\236\350\267\265.md" "b/app/zh/blogs/jiwenke/openGauss-RAG\345\256\236\350\267\265.md" index ff4f2cec..d4de1047 100644 --- "a/app/zh/blogs/jiwenke/openGauss-RAG\345\256\236\350\267\265.md" +++ "b/app/zh/blogs/jiwenke/openGauss-RAG\345\256\236\350\267\265.md" @@ -36,7 +36,10 @@ RAG (Retrieval-Augmented Generation,检索增强生成): 一种将信息检索 ## 实践准备:搭建基础环境 ### 操作系统与 Python 环境配置 -本文实践所采用的操作系统为 **openEuler 22.03 LTS(x86_64)**。为了确保各个组件之间能够实现无缝兼容并顺利运行,我们选择使用 **python3.11**。 +本文实践所采用的操作系统为 **openEuler 22.03 LTS(鲲鹏arm服务器)**。为了确保各个组件之间能够实现无缝兼容并顺利运行,我们选择使用 **python3.11**。 +| CPU | Memory | Disk | OS | +| :--- | :---: | ---: | ---: | +| Kunpeng-920 | 32GB * 16 DDR4 | 3.2T * 1 NVMe | openEuler 22.03 LTS | ## DeepSeek推理模型部署:解锁强大文本生成能力 ### 安装Ollama服务 -- Gitee