sagalog: initial commit

This commit is contained in:
painpoung 2026-06-24 15:54:59 +08:00
commit 01db4689b6
6 changed files with 21 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
# git-LFS tracks per-chunk vector blobs and raw document binaries.
vectors/**/*.bin filter=lfs diff=lfs merge=lfs -text
raw/** filter=lfs diff=lfs merge=lfs -text

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Local-only derived caches — not part of the path space.
# config.toml carries per-client backend knobs (sqlite path, qdrant url,
# workspace name) and must not be shared via git.
config.toml
sagalog.sqlite
sagalog.sqlite-journal
sagalog.sqlite-wal
sagalog.sqlite-shm
qdrant/
cache/
logs/

0
chunks.jsonl Normal file
View File

0
corpus_index.jsonl Normal file
View File

0
documents.jsonl Normal file
View File

7
sagalog.toml Normal file
View File

@ -0,0 +1,7 @@
# sagalog path-space metadata (committed to git).
[remote]
url = ""
[embedder]
id = "voyage-voyage-4"