Commit fb5bce24 authored by Wade's avatar Wade

revert RAG path

parent ddf54f0b
......@@ -12,7 +12,7 @@ port = 5670
[service.web.database]
type = "sqlite"
path = "/app/pilot/meta_data/dbgpt.db"
path = "pilot/meta_data/dbgpt.db"
[rag]
......@@ -27,7 +27,7 @@ rerank_top_k=3
[rag.storage]
[rag.storage.vector]
type = "chroma"
persist_path = "/app/pilot/data"
persist_path = "pilot/data"
[rag.storage.graph]
type = "tugraph"
......
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