sqlite-graphrag 1.0.14

Local GraphRAG memory for LLMs in a single SQLite file
Documentation
1
2
3
4
5
6
[target.aarch64-unknown-linux-gnu]
pre-build = [
  "dpkg --add-architecture $CROSS_DEB_ARCH",
  "apt-get update",
  "apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH pkg-config"
]