Commit fb5bce24 authored by Wade's avatar Wade

revert RAG path

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