sagalog: initial commit
This commit is contained in:
commit
01db4689b6
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal 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
11
.gitignore
vendored
Normal 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
0
chunks.jsonl
Normal file
0
corpus_index.jsonl
Normal file
0
corpus_index.jsonl
Normal file
0
documents.jsonl
Normal file
0
documents.jsonl
Normal file
7
sagalog.toml
Normal file
7
sagalog.toml
Normal file
@ -0,0 +1,7 @@
|
||||
# sagalog path-space metadata (committed to git).
|
||||
|
||||
[remote]
|
||||
url = ""
|
||||
|
||||
[embedder]
|
||||
id = "voyage-voyage-4"
|
||||
Loading…
Reference in New Issue
Block a user