background picture of the home page

Hi,Friend

RAG记忆增强系统

RAG记忆增强系统 版本:v1.0 日期:2025-12-04 目标:为LLM构建具备时间感知和上下文理解的持久化记忆模块 1. 项目概述 1.1 核心目标 构建一个基于向量检索(RAG)的对话记忆系统,使LLM能够: 记住多轮对话历史 基于语义相似性检索相关记忆 保持对话上下文的时空连贯性 理解时

thumbnail of the cover of the post

wsl安装完全指南

wsl安装完全指南 安装 1. 安装wsl wsl --install 2. 查看可用发行版列表并运行 wsl --list --online 3. 安装一个发行版 wsl --install -d <DistroName> wsl设置网络桥接 启动或关闭Windows功能勾选Hyper-V

thumbnail of the cover of the post

Kubeadm快速构建新集群

系统初始化 安装kubeadm相关工具 KUBERNETES_VERSION=v1.30 CRIO_VERSION=v1.30 apt-get update apt-get install -y software-properties-common curl mkdir /etc/apt/keyri

thumbnail of the cover of the post

oh-my-sh美化

on-my-zsh安装zsh安装oh-my-zshsh -c &quot;$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)&quot;p10kgit clone

thumbnail of the cover of the post

vim 配置

set nuset nocompatiblefiletype onfiletype indent onsyntax onset tabstop=4set shiftwidth=4set noexpandtabset enc=utf-8set fencs=utf-8,ucs-bom,shift-jis

thumbnail of the cover of the post

树莓派搭建k8s集群-保姆级教学

准备证书注意,证书只需要创建一次,所有节点使用相同证书CA根证书sudo openssl genrsa -out ca.key 2048sudo openssl req -x509 -new -nodes -key ca.key -subj &quot;/CN=192.168.10.203&quot

thumbnail of the cover of the post

k8s笔记

使用命名空间kubectl run nginx --image=nginx --namespace=&lt;名字空间名称&gt;

thumbnail of the cover of the post