docs change (#2606)

This commit is contained in:
Prateek Chhikara
2025-05-01 14:03:04 -07:00
committed by GitHub
parent c09dfc3646
commit e056acb6a8
2 changed files with 17 additions and 4 deletions

View File

@@ -149,6 +149,19 @@ For detailed integration steps, see the [Quickstart](https://docs.mem0.ai/quicks
- Community: [Discord](https://mem0.dev/DiG) · [Twitter](https://x.com/mem0ai)
- Contact: founders@mem0.ai
## Citation
We now have a paper you can cite:
```bibtex
@article{mem0,
title={Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory},
author={Chhikara, Prateek and Khant, Dev and Aryan, Saket and Singh, Taranjeet and Yadav, Deshraj},
journal={arXiv preprint arXiv:2504.19413},
year={2025}
}
```
## ⚖️ License
Apache 2.0 — see the [LICENSE](LICENSE) file for details.

View File

@@ -1,6 +1,6 @@
# Mem0: Building ProductionReady AI Agents with Scalable LongTerm Memory
[![arXiv](https://img.shields.io/badge/arXiv-Paper-b31b1b.svg)](https://arxiv.org/abs/XXXX.XXXXX)
[![arXiv](https://img.shields.io/badge/arXiv-Paper-b31b1b.svg)](https://arxiv.org/abs/2504.19413)
[![Website](https://img.shields.io/badge/Website-Project-blue)](https://mem0.ai/research)
This repository contains the code and dataset for our paper: **Mem0: Building ProductionReady AI Agents with Scalable LongTerm Memory**.
@@ -171,9 +171,9 @@ If you use this code or dataset in your research, please cite our paper:
```bibtex
@article{mem0,
title={Mem0: Building ProductionReady AI Agents with Scalable LongTerm Memory},
author={---},
journal={arXiv preprint},
title={Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory},
author={Chhikara, Prateek and Khant, Dev and Aryan, Saket and Singh, Taranjeet and Yadav, Deshraj},
journal={arXiv preprint arXiv:2504.19413},
year={2025}
}
```