Files
knowledge-base/README.md
2026-06-05 13:40:37 +00:00

51 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 知识库
个人技术知识仓库,由 AI Agent (Hermes) 根据对话整理。
## 目录结构
```
knowledge-base/
├── AGENT.md # Agent 说明
├── AI/
│ ├── mem0/ # Mem0 自托管部署、架构、运维
│ │ ├── 01-basics.md # 基础概念
│ │ ├── 02-architecture.md # 架构详解
│ │ ├── 03-deployment.md # 部署方案
│ │ ├── 04-your-infra.md # 你的基础设施
│ │ ├── 05-faq.md # 常见问题
│ │ └── deploy.md # 完整部署配置
│ ├── tokyo-proxy/ # 东京云服务器代理GitHub + Docker 流量转发
│ │ └── 01-proxy.md
│ └── openviking/ # OpenViking Dockerfile
│ └── Dockerfile
└── Linux/
└── linux-users.md # Linux 用户基础操作
```
## 主要内容
### AI/mem0
Mem0 自托管部署知识库,包含:
- 基础概念Mem0 vs OpenMemory
- 架构详解TEI + Qdrant + PostgreSQL + LLM
- K8s 部署方案ConfigMap + Secret + PVC + Deployment + Service
- 数据库迁移Alembic Job
- Dashboard 部署CORS 配置)
- sentence_transformers 导入错误修复init container + emptyDir 补丁)
- 功能测试脚本
依赖服务TEI (BGE-M3)、Qdrant、PostgreSQLtei namespace
### AI/tokyo-proxy
东京云服务器代理方案:
- Squid HTTP 代理(密码认证)
- 国内 Docker/K3s 代理配置
- 外部镜像同步到本地 Registryskopeo
### Linux
Linux 用户基础操作查看用户、切换用户、PostgreSQL 连接。
## 来源
本知识库由 AI Agent (Hermes) 根据对话整理,托管于 Gitea支持 git-sync sidecar 自动同步。