diff options
author | Grail Finder <wohilas@gmail.com> | 2025-01-09 15:49:59 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-01-09 15:49:59 +0300 |
commit | 363bbae2c756f448d8cdac50305902d68d45c26c (patch) | |
tree | 4206136d7342006c32e7dbaf2891bce608969427 /models | |
parent | 7bbedd93cf078fc7496a6779cf9eda6e588e64c0 (diff) |
Fix: RAG updates
Diffstat (limited to 'models')
-rw-r--r-- | models/db.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/db.go b/models/db.go index ce1309a..090f46d 100644 --- a/models/db.go +++ b/models/db.go @@ -43,4 +43,5 @@ type VectorRow struct { Slug string `db:"slug" json:"slug"` RawText string `db:"raw_text" json:"raw_text"` Distance float32 `db:"distance" json:"distance"` + FileName string `db:"filename" json:"filename"` } |