first commit
This commit is contained in:
24
AIEC-RAG/.env
Normal file
24
AIEC-RAG/.env
Normal file
@ -0,0 +1,24 @@
|
||||
# 阿里云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
|
||||
Reference in New Issue
Block a user