docs change (#2606)
This commit is contained in:
13
README.md
13
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)
|
- Community: [Discord](https://mem0.dev/DiG) · [Twitter](https://x.com/mem0ai)
|
||||||
- Contact: founders@mem0.ai
|
- 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
|
## ⚖️ License
|
||||||
|
|
||||||
Apache 2.0 — see the [LICENSE](LICENSE) file for details.
|
Apache 2.0 — see the [LICENSE](LICENSE) file for details.
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Mem0: Building Production‑Ready AI Agents with Scalable Long‑Term Memory
|
# Mem0: Building Production‑Ready AI Agents with Scalable Long‑Term Memory
|
||||||
|
|
||||||
[](https://arxiv.org/abs/XXXX.XXXXX)
|
[](https://arxiv.org/abs/2504.19413)
|
||||||
[](https://mem0.ai/research)
|
[](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**.
|
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
|
```bibtex
|
||||||
@article{mem0,
|
@article{mem0,
|
||||||
title={Mem0: Building Production‑Ready AI Agents with Scalable Long‑Term Memory},
|
title={Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory},
|
||||||
author={---},
|
author={Chhikara, Prateek and Khant, Dev and Aryan, Saket and Singh, Taranjeet and Yadav, Deshraj},
|
||||||
journal={arXiv preprint},
|
journal={arXiv preprint arXiv:2504.19413},
|
||||||
year={2025}
|
year={2025}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user