funes-memory / README.md
dacorvo's picture
dacorvo HF Staff
funes push: +3515 chunks
f04efb4 verified
|
Raw
History Blame Contribute Delete
878 Bytes
---
pretty_name: funes memory store
tags:
- funes
- agent-memory
- agent-traces
- embeddings
- lance
size_categories:
- 10K<n<100K
---
# funes memory store
A [funes](https://github.com/huggingface/funes) memory store: agent sessions chunked,
embedded, and stored as a [Lance](https://lancedb.github.io/lance/) table — a derived
index holding verbatim passages with exact provenance, not raw transcripts.
Any agent (or you) can recall from it directly — no local index needed:
```bash
funes recall "what did we decide about …" --store huggingface/funes-memory
```
Get funes:
```bash
curl -fsSL https://huggingface.co/buckets/huggingface/funes/resolve/install.sh | sh
```
<!-- funes:stats -->
| | |
|---|---|
| Chunks | 22,597 |
| Embedding model | `unknown` |
| Updated | 2026-07-20 |
<!-- /funes:stats -->
*Published and kept current by `funes push`.*