feat: load .env file via python-dotenv for API key management
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# md-vector-db 环境变量配置
|
||||
# 复制此文件为 .env 并填入实际值
|
||||
|
||||
# 嵌入 API 密钥 (embed.mode=api 时使用)
|
||||
EMBED_API_KEY=sk-your-key-here
|
||||
|
||||
# HTTP API 认证密钥 (不设置则跳过认证)
|
||||
MD_VECTOR_API_KEY=your-secret-key
|
||||
Reference in New Issue
Block a user