first commit

This commit is contained in:
闫旭隆
2025-09-24 09:29:12 +08:00
parent 6339cdebb9
commit 2308536f66
360 changed files with 136381 additions and 0 deletions

24
.env Normal file
View 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