recall-graph 0.1.0

Knowledge graph with semantic search for AI memory systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# recall-graph

Knowledge graph with semantic search for AI memory systems. Part of the [recall-echo](https://github.com/dnacenta/recall-echo) ecosystem.

Uses SurrealDB for graph storage and fastembed for local embedding generation. No external API calls needed for semantic search.

## Usage

```toml
[dependencies]
recall-graph = "0.1"
```

## License

AGPL-3.0-only