Files
md-vector-db/.env.example
T

10 lines
332 B
Bash

# md-vector-db 环境变量配置
# 复制此文件为 .env 并填入实际值
# 嵌入 API 密钥(embed.mode=api 时使用)
# 支持的 provider: openai (含硅基流动/智谱/DeepSeek), dashscope (阿里云)
EMBED_API_KEY=your-api-key
# HTTP API 认证密钥(不设置则跳过认证)
MD_VECTOR_API_KEY=your-secret-key