Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Milvus Integration #1616

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift click to select a range
215892a
version 1 integration with milvus done
Jacksonxhx Jul 18, 2024
2d88636
Merge branch 'main' into Jackson
Jacksonxhx Jul 18, 2024
1163978
adjust test
Jacksonxhx Jul 19, 2024
ddbe6ee
Merge branch 'main' into Jackson
Jacksonxhx Jul 19, 2024
1a910e5
update milvus.py
Jacksonxhx Jul 19, 2024
a104062
testing
Jacksonxhx Jul 19, 2024
f05e04b
Mem0 fix in embedchain (#1506)
Dev-Khant Jul 19, 2024
b4b4ae4
Poetry and LLM fixes (#1508)
Dev-Khant Jul 20, 2024
eeb37b7
Update docs for LLMs and Overview (#1504)
Dev-Khant Jul 20, 2024
5e23727
version bump (#1509)
Dev-Khant Jul 20, 2024
ffcbca7
[Mem0] Update platform client, improve deduction logic and update cli…
deshraj Jul 20, 2024
5a7cf25
Update mem0 version in embedchain (#1512)
Dev-Khant Jul 20, 2024
41da859
update multion docs (#1518)
Dev-Khant Jul 20, 2024
b376d2f
Fix: Slack and Discord links (#1537)
taranjeet Jul 23, 2024
5401908
Update README.md (#1540)
deshraj Jul 23, 2024
aac7a58
Update docs and README (#1546)
deshraj Jul 23, 2024
8c8c2e1
Update readme (#1549)
Dev-Khant Jul 23, 2024
103a129
Improved readme (#1587)
prateekchhikara Jul 26, 2024
f690c46
Feat: Add mem0 newsletter link (#1588)
taranjeet Jul 26, 2024
fd23949
fix: substack link (#1589)
taranjeet Jul 26, 2024
e4036e3
Add output examples and multion travel agent notebook (#1863)
Dev-Khant Jul 26, 2024
892b948
Add: Licence (#1605)
taranjeet Jul 30, 2024
9e2fd32
feat: Improve readme and author details (#1606)
taranjeet Jul 30, 2024
621d8e0
feat: update docs (#1607)
taranjeet Jul 30, 2024
947a25d
feat: Update docs (#1608)
taranjeet Jul 30, 2024
d629f5f
rebase from main
Jacksonxhx Jul 31, 2024
7eb5f34
milvus integration
Jacksonxhx Jul 31, 2024
da2be01
Merge branch 'mem0ai:main' into Jackson
Jacksonxhx Jul 31, 2024
c2abc09
Update test_memory.py
Jacksonxhx Jul 31, 2024
4a56128
Update test_memory.py
Jacksonxhx Jul 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Feat: Add mem0 newsletter link (#1588)
  • Loading branch information
taranjeet authored and Jacksonxhx committed Jul 31, 2024
commit f690c4636b2e6e464a5ccf5739cf5de87f1beda0
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 15,7 @@
<a href="https://www.ycombinator.com/companies/mem0"><img src="https://img.shields.io/badge/Y Combinator-S24-orange?style=flat-square" alt="Y Combinator S24"></a>
<a href="https://www.npmjs.com/package/mem0ai"><img src="https://img.shields.io/npm/v/mem0ai?style=flat-square&label=npm mem0ai" alt="mem0ai npm package"></a>
<a href="https://pypi.python.org/pypi/mem0ai"><img src="https://img.shields.io/pypi/v/mem0ai.svg?style=flat-square&label=pypi mem0ai" alt="mem0ai Python package on PyPi"></a>
<a href="https://pypi.python.org/pypi/mem0ai"><img src="https://img.shields.io/badge/substack-mem0-brightgreen.svg?logo=substack&label=mem0 substack" alt="Mem0 newsletter"></a>
</p>

# Mem0: The Memory Layer for Personalized AI
Expand All @@ -27,7 28,7 @@ Mem0 provides an intelligent, adaptive memory layer for Large Language Models (L

### Installation

The Mem0 package can be installed directly from pip command in the terminal.
The Mem0 package can be installed directly from pip command in the terminal.

```bash
pip install mem0ai
Expand All @@ -54,7 55,7 @@ You can perform the following task on the memory.
1. Add: adds memory
2. Update: update memory of a given memory_id
3. Search: fetch memories based on a query
4. Get: return memories for a certain user/agent/session
4. Get: return memories for a certain user/agent/session
5. History: describes how a memory has changed over time for a specific memory ID

```python
Expand Down Expand Up @@ -140,7 141,8 @@ m = Memory.from_config(config)
Join our Slack or Discord community for support and discussions.
If you have any questions, feel free to reach out to us using one of the following methods:

- [Join our Discord](https://embedchain.ai/discord)
- [Join our Slack](https://embedchain.ai/slack)
- [Follow us on Twitter](https://twitter.com/mem0ai)
- [Join our Discord](https://mem0.ai/discord)
- [Join our Slack](https://mem0.ai/slack)
- [Join our newsletter](https://mem0.ai/email)
- [Follow us on Twitter](https://x.com/mem0ai)
- [Email us](mailto:[email protected])