Update README

This commit is contained in:
yangdx
2025-11-09 04:35:41 +08:00
parent 7bc6ccea19
commit c12bc372dc
2 changed files with 4 additions and 2 deletions

View File

@@ -107,7 +107,8 @@ uv pip install "lightrag-hku[api]"
# 或使用 pip
# pip install "lightrag-hku[api]"
cp env.example .env
cp env.example .env # 使用你的LLM和Embedding模型访问参数更新.env文件
lightrag-server
```

View File

@@ -107,7 +107,8 @@ uv pip install "lightrag-hku[api]"
# Or using pip
# pip install "lightrag-hku[api]"
cp env.example .env
cp env.example .env # Update the .env with your LLM and embedding configurations
lightrag-server
```