Commit d77c96a6 authored by Wade's avatar Wade

use gitlab rag config

parent fb5bce24
...@@ -12,7 +12,7 @@ port = 5670 ...@@ -12,7 +12,7 @@ port = 5670
[service.web.database] [service.web.database]
type = "sqlite" type = "sqlite"
path = "pilot/meta_data/dbgpt.db" path = "/app/pilot/meta_data/dbgpt.db"
[rag] [rag]
...@@ -74,4 +74,4 @@ api_key = "${env:SILICONFLOW_API_KEY}" ...@@ -74,4 +74,4 @@ api_key = "${env:SILICONFLOW_API_KEY}"
type = "reranker" type = "reranker"
name = "BAAI/bge-reranker-v2-m3" name = "BAAI/bge-reranker-v2-m3"
provider = "proxy/siliconflow" provider = "proxy/siliconflow"
api_key = "${env:SILICONFLOW_API_KEY}" api_key = "${env:SILICONFLOW_API_KEY}"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment