db_to_mongo/.env

17 lines
534 B
Bash
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.

# MySQL 配置
MYSQL_HOST=101.132.169.38
MYSQL_PORT=13307
MYSQL_USER=xyuser2023
MYSQL_PASSWORD=tkS,72yu&cbT
MYSQL_DB=figs
# MongoDB 配置
MONGO_URI=mongodb://localhost:27017/
MONGO_DB=student_db
MONGO_COLLECTION=students
# LM Studio 本地服务配置
LM_STUDIO_API_URL=http://192.168.31.17:11434/va
LM_STUDIO_MODEL_NAME=qwen/qwen3-14b # 比如 "lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF"
LM_STUDIO_API_TOKEN =sk-lm-UvPFkyLp:E6fWPCWKCi2nvuajK0oj
BATCH_SIZE=10 # 每批处理10条数据避免本地模型内存溢出