Files
AIEC-new/AIEC-RAG/.env

24 lines
772 B
Bash
Raw Normal View History

2025-10-17 09:31:28 +08:00
# 阿里云DashScope API密钥直接调用无需OneAPI中转
ONEAPI_KEY=sk-2c5045478a244022865e65c5c9b6adf7
# 大语言模型名称阿里云DashScope原生模型名
ONEAPI_MODEL=qwen2-7b-instruct
ONEAPI_MODEL_GEN=qwen2-7b-instruct
ONEAPI_MODEL_MAX=qwen2-7b-instruct
# 嵌入模型名称
ONEAPI_MODEL_EMBED=text-embedding-v3
# LangSmith追踪配置
LANGCHAIN_TRACING_V2=false
LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
LANGCHAIN_API_KEY=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
LANGCHAIN_PROJECT=hipporag-retriever
# ============= Elasticsearch配置 =============
# Elasticsearch服务器地址
ELASTICSEARCH_HOST=http://101.200.154.78:9200
# Elasticsearch认证信息
ELASTICSEARCH_USERNAME=elastic
ELASTICSEARCH_PASSWORD=Abcd123456