-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCITATION.cff
More file actions
29 lines (29 loc) · 1.18 KB
/
Copy pathCITATION.cff
File metadata and controls
29 lines (29 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
cff-version: 1.2.0
message: "If you use sqlite-graph-memory in research or software, please cite it as below."
title: "sqlite-graph-memory"
type: software
authors:
- family-names: Dziatkovskii
given-names: Anton
orcid: "https://orcid.org/0000-0001-7408-3054"
affiliation: "Palo Alto AI Research Lab"
repository-code: "https://github.com/tonydzi/sqlite-graph-memory"
url: "https://github.com/tonydzi/sqlite-graph-memory"
abstract: >-
Graph RAG on SQLite for AI agents: vector retrieval + hand-curated wikilink graph + cross-encoder rerank, with a zero-token per-turn memory ledger. Working pilot.
license: MIT
keywords:
- retrieval-augmented generation
- graph RAG
- SQLite
- personal knowledge management
- wikilinks
references:
- type: article
title: "When Does Graph Expansion Help Personal-Corpus Retrieval? A Query-Class-Stratified Evaluation Protocol for Retrieval over Human-Curated Wikilink Graphs, with Pilot Telemetry from a Production Deployment"
authors:
- family-names: Dziatkovskii
given-names: Anton
year: 2026
doi: "10.5281/zenodo.22639718"
notes: "The paper about this system and its evaluation protocol (preprint, CC BY 4.0)."