更新 llm-wiki-v2-reference.md
This commit is contained in:
@@ -254,7 +254,7 @@ QUERY_REWRITE_RULES = [
|
|||||||
|
|
||||||
### 配置文件结构
|
### 配置文件结构
|
||||||
```yaml
|
```yaml
|
||||||
# ~/.hermes/ObsidianVault/airport-wiki/config.yaml
|
# ~/.hermes/airport-wiki/config.yaml
|
||||||
|
|
||||||
llm_wiki:
|
llm_wiki:
|
||||||
version: "2.1.0"
|
version: "2.1.0"
|
||||||
@@ -297,7 +297,7 @@ llm_wiki:
|
|||||||
### 环境变量
|
### 环境变量
|
||||||
```bash
|
```bash
|
||||||
# LLM Wiki 核心配置
|
# LLM Wiki 核心配置
|
||||||
export LLM_WIKI_HOME="/home/windy/.hermes/ObsidianVault/airport-wiki"
|
export LLM_WIKI_HOME="/home/windy/.hermes/airport-wiki"
|
||||||
export EMBEDDING_MODEL="all-MiniLM-L6-v2"
|
export EMBEDDING_MODEL="all-MiniLM-L6-v2"
|
||||||
export VECTOR_DB_HOST="localhost"
|
export VECTOR_DB_HOST="localhost"
|
||||||
export VECTOR_DB_PORT=8000
|
export VECTOR_DB_PORT=8000
|
||||||
@@ -391,7 +391,7 @@ python -c "from v1_exporter import export_all; export_all('v1_export.json')"
|
|||||||
#### 步骤 2: 安装 v2 组件
|
#### 步骤 2: 安装 v2 组件
|
||||||
```bash
|
```bash
|
||||||
# 创建新配置目录
|
# 创建新配置目录
|
||||||
mkdir -p ~/.hermes/ObsidianVault/airport-wiki/concepts/knowledge-management
|
mkdir -p ~/.hermes/airport-wiki/concepts/knowledge-management
|
||||||
|
|
||||||
# 安装 v2 Python 包
|
# 安装 v2 Python 包
|
||||||
pip install llm-wiki-v2
|
pip install llm-wiki-v2
|
||||||
|
|||||||
Reference in New Issue
Block a user