Files
AIEC-RAG/.env
2025-09-24 09:29:12 +08:00

24 lines
772 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.

# 阿里云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