|
1 | | -[](https://memorilabs.ai/) |
2 | | - |
3 | | -<p align="center"> |
4 | | - <strong>The memory fabric for enterprise AI</strong> |
5 | | -</p> |
6 | | - |
7 | | -<p align="center"> |
8 | | - <i>Memori adds persistent memory to your LLM applications without changing your architecture. It is model, framework, and datastore agnostic.</i> |
9 | | -</p> |
10 | | - |
11 | | -<p align="center"> |
12 | | - <a href="https://badge.fury.io/py/memori"> |
13 | | - <img src="https://badge.fury.io/py/memori.svg" alt="PyPI version"> |
14 | | - </a> |
15 | | - <a href="https://pepy.tech/projects/memori"> |
16 | | - <img src="https://static.pepy.tech/badge/memori" alt="Downloads"> |
17 | | - </a> |
18 | | - <a href="https://opensource.org/license/apache-2-0"> |
19 | | - <img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License"> |
20 | | - </a> |
21 | | - <a href="https://www.python.org/downloads/"> |
22 | | - <img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="Python 3.8+"> |
23 | | - </a> |
24 | | - <a href="https://discord.gg/abD4eGym6v"> |
25 | | - <img src="https://img.shields.io/discord/1042405378304004156?logo=discord" alt="Discord"> |
26 | | - </a> |
27 | | -</p> |
28 | | - |
29 | | -<p align="center"> |
30 | | - <a href="https://github.com/MemoriLabs/Memori/stargazers"> |
31 | | - <img src="https://img.shields.io/badge/Star%20on%20GitHub-Support%20Memori-orange?style=for-the-badge" alt="Star on GitHub"> |
32 | | - </a> |
33 | | -</p> |
| 1 | +# Memori |
| 2 | + |
| 3 | +The memory fabric for enterprise AI. |
| 4 | + |
| 5 | +Memori adds persistent memory to your LLM applications without changing your architecture. It is model, framework, and datastore agnostic. |
34 | 6 |
|
35 | 7 | --- |
36 | 8 |
|
37 | 9 | ## Why Memori |
38 | 10 |
|
39 | 11 | Memori captures LLM interactions, enriches them, and makes them retrievable as high-quality context for future generations. |
40 | 12 |
|
41 | | -- **Low integration overhead**: wrap your existing LLM client and keep your current stack. |
42 | | -- **Attribution-aware memory**: organize memory by `entity`, `process`, and `session`. |
43 | | -- **Asynchronous augmentation**: extract structured memory without adding user-facing latency. |
44 | | -- **Flexible infrastructure**: supports multiple models, frameworks, and databases. |
| 13 | +- Low integration overhead: wrap your existing LLM client and keep your current stack. |
| 14 | +- Attribution-aware memory: organize memory by `entity`, `process`, and `session`. |
| 15 | +- Asynchronous augmentation: extract structured memory without adding user-facing latency. |
| 16 | +- Flexible infrastructure: supports multiple models, frameworks, and databases. |
45 | 17 |
|
46 | 18 | ## Install |
47 | 19 |
|
@@ -202,26 +174,26 @@ python -m memori quota |
202 | 174 | python -m memori |
203 | 175 | ``` |
204 | 176 |
|
205 | | -See full CLI docs in [`docs/cli.md`](https://github.com/MemoriLabs/Memori/blob/main/docs/cli.md). |
| 177 | +See full CLI docs in `docs/cli.md`. |
206 | 178 |
|
207 | 179 | ## Documentation and Examples |
208 | 180 |
|
209 | | -- Product docs: [https://memorilabs.ai/docs](https://memorilabs.ai/docs) |
210 | | -- Memori cookbook: [https://github.com/MemoriLabs/memori-cookbook](https://github.com/MemoriLabs/memori-cookbook) |
211 | | -- Database examples: [https://github.com/MemoriLabs/Memori/tree/main/examples](https://github.com/MemoriLabs/Memori/tree/main/examples) |
212 | | -- Architecture details: [`docs/features/architecture.md`](https://github.com/MemoriLabs/Memori/blob/main/docs/features/architecture.md) |
213 | | -- LLM support details: [`docs/features/llm.md`](https://github.com/MemoriLabs/Memori/blob/main/docs/features/llm.md) |
214 | | -- Database support details: [`docs/features/databases.md`](https://github.com/MemoriLabs/Memori/blob/main/docs/features/databases.md) |
| 181 | +- Product docs: memorilabs.ai/docs |
| 182 | +- Memori cookbook: github.com/MemoriLabs/memori-cookbook |
| 183 | +- Database examples: github.com/MemoriLabs/Memori/tree/main/examples |
| 184 | +- Architecture details: docs/features/architecture.md |
| 185 | +- LLM support details: docs/features/llm.md |
| 186 | +- Database support details: docs/features/databases.md |
215 | 187 |
|
216 | 188 | ## Contributing |
217 | 189 |
|
218 | | -Contributions are welcome. See [`CONTRIBUTING.md`](https://github.com/MemoriLabs/Memori/blob/main/CONTRIBUTING.md) for setup, standards, and PR guidance. |
| 190 | +Contributions are welcome. See `CONTRIBUTING.md` for setup, standards, and PR guidance. |
219 | 191 |
|
220 | 192 | ## Support |
221 | 193 |
|
222 | | -- Discord: [https://discord.gg/abD4eGym6v](https://discord.gg/abD4eGym6v) |
223 | | -- Issues: [https://github.com/MemoriLabs/Memori/issues](https://github.com/MemoriLabs/Memori/issues) |
| 194 | +- Discord: discord.gg/abD4eGym6v |
| 195 | +- Issues: github.com/MemoriLabs/Memori/issues |
224 | 196 |
|
225 | 197 | ## License |
226 | 198 |
|
227 | | -Apache 2.0. See [`LICENSE`](https://github.com/MemoriLabs/Memori/blob/main/LICENSE). |
| 199 | +Apache 2.0. See `LICENSE`. |
0 commit comments