<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; RAGFlow</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/ragflow/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DeepSeek+Ollama‌+RAGFlow搭建本地知识库</title>
		<link>https://www.osyunwei.com/archives/15250.html</link>
		<comments>https://www.osyunwei.com/archives/15250.html#comments</comments>
		<pubDate>Wed, 12 Feb 2025 07:07:06 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[DeepSeek]]></category>
		<category><![CDATA[Ollama‌]]></category>
		<category><![CDATA[RAGFlow]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=15250</guid>
		<description><![CDATA[组件简介： 1、DeepSeek： 提供强大的文本理解和生成能力。 作为语言模型的核心，负责生成高质量的回答。 2、Ollama： 作为一个开源框架，管理 DeepSeek 模型的加载和推理。 支持多种大模型，提供轻量级的接口。 3、RAGFlow： 实现检索增强生成（Retrieval-Augmented Generation）。 结合向量数据库（如 Elasticsearch 等）进行高效检索。 将检索到的相关文档片段与语言模型结合，生成更准确的回答。 系统环境： 这里使用Rocky Linux 9.x系统部署 CPU ：4核 内存： 16GB 磁盘： 150GB 准备篇 1、禁用SELinux rpm -q grubby #确认grubby软件包是否已经安装 grubby --update-kernel ALL --args selinux=0 #添加selinux=0到内核​​命令行 shutdown -r now #重启系统 getenforce #查看结果为Disabled 2、防火墙设置 Rocky Linux 9.x默认是firewalld防火墙，因为‌Docker需要iptables，我们这里卸载firewall，安装iptables作为防火墙，并清空防火墙规则 2.1关闭firewall systemctl stop firewalld.service systemctl disable firewalld.service [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/15250.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/15250.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
