提交全部代码
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
neo4j:
|
||||
#uri: bolt://10.1.16.39:7687
|
||||
uri: bolt://localhost:7487
|
||||
username: neo4j
|
||||
password: password
|
||||
index_name: name_vector_index # 向量索引名称,默认 "vector"
|
||||
keyword_index_name: name_keyword_index # 关键词索引名称,默认 "keyword"
|
||||
|
||||
business_object_structure_path: ./data/business_object_structure.md
|
||||
bowei_api_docs_path: ./data/bowei_api_docs.md
|
||||
|
||||
openai:
|
||||
api_key: sk-bbeamiumkouptsrueilgufqqyuumelcsivxwjbdugqwsqhwj
|
||||
api_base: https://api.siliconflow.cn/v1
|
||||
#api_version: "" # 可选,某些API版本需要指定
|
||||
#organization: your_organization_id # 可选
|
||||
api_type: openai # 可选,默认为 openai;如果用 Azure 则为 azure
|
||||
model_name: Qwen/Qwen2.5-72B-Instruct
|
||||
|
||||
embedding:
|
||||
api_base: https://api.siliconflow.cn/v1
|
||||
model_name: BAAI/bge-m3
|
||||
api_key: sk-bbeamiumkouptsrueilgufqqyuumelcsivxwjbdugqwsqhwj
|
||||
|
||||
log_level: INFO
|
||||
|
||||
langsmith:
|
||||
api_key: your_langsmith_api_key
|
||||
api_url: https://api.smith.langchain.com/api/v1
|
||||
project: your_project_name
|
||||
Reference in New Issue
Block a user