Skip to content

Commit 6e78f95

Browse files
committed
config: move SQLite metadata DB from incidents/incidents.db to /tmp/asr.db
Same treatment as FAISS — local-only, off-repo. The 4-slash sqlite URL parses as an absolute path; existing /tmp/asr.db preserves the 28-row session history the file already accumulated.
1 parent ad9977a commit 6e78f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
storage:
22
metadata:
3-
url: "sqlite:///incidents/incidents.db"
3+
url: "sqlite:////tmp/asr.db"
44
vector:
55
backend: faiss
66
path: "/tmp/asr-faiss"

0 commit comments

Comments
 (0)