From e056acb6a83949eba89954c17f28b43cde699289 Mon Sep 17 00:00:00 2001 From: Prateek Chhikara <46902268+prateekchhikara@users.noreply.github.com> Date: Thu, 1 May 2025 14:03:04 -0700 Subject: [PATCH] docs change (#2606) --- README.md | 13 +++++++++++++ evaluation/README.md | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cfe2721c..d7c0cdc4 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/evaluation/README.md b/evaluation/README.md index 39aba110..b25045b7 100644 --- a/evaluation/README.md +++ b/evaluation/README.md @@ -1,6 +1,6 @@ # Mem0: Building Production‑Ready AI Agents with Scalable Long‑Term 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 Production‑Ready AI Agents with Scalable Long‑Term 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 Production‑Ready AI Agents with Scalable Long‑Term 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} } ```