|
10 | 10 | [](LICENSE) |
11 | 11 | [](https://github.com/BerriAI/litellm) |
12 | 12 | [](https://neo4j.com/) |
13 | | -[](https://github.com/hackdavid/Engram/tree/main/docs) |
| 13 | +[](https://github.com/hackdavid/engram-memory/tree/main/docs) |
14 | 14 |
|
15 | 15 | **Ingest once with the LLM → recall with graph + vectors + scoring — no LLM on the read path.** |
16 | 16 |
|
17 | 17 | 🧠 **Structured** · ⚡ **Async-first** · 🔌 **100+ models via [LiteLLM](https://docs.litellm.ai/)** · 🛡️ **Decay, cache, rate limits** · 🚀 **Production-minded** |
18 | 18 |
|
19 | | -📖 **[Developer docs](https://github.com/hackdavid/Engram/tree/main/docs)** · **[GitHub](https://github.com/hackdavid/Engram)** · **[Issues](https://github.com/hackdavid/Engram/issues)** |
| 19 | +📖 **[Developer docs](https://github.com/hackdavid/engram-memory/tree/main/docs)** · **[GitHub](https://github.com/hackdavid/engram-memory)** · **[Issues](https://github.com/hackdavid/engram-memory/issues)** |
20 | 20 |
|
21 | 21 | [Why Engram](#why-engram-next-generation-memory) · [Docs](#documentation) · [Verify LiteLLM](#verify-your-model-with-litellm-first) · [Install](#installation) · [Quick start](#quick-start) · [Contributing](#contributing) · [License](#license) |
22 | 22 |
|
@@ -49,7 +49,7 @@ Developer-focused guides live under [`docs/`](docs/): |
49 | 49 | | [API overview](docs/api-overview.md) | Clients, models, exceptions | |
50 | 50 | | [Production & operations](docs/production.md) | Health, `engram_memory-e2e`, logging | |
51 | 51 |
|
52 | | -On **PyPI**, the package metadata includes a **Documentation** URL that points to the same [`docs/` tree on GitHub](https://github.com/hackdavid/Engram/tree/main/docs). |
| 52 | +On **PyPI**, the package metadata includes a **Documentation** URL that points to the same [`docs/` tree on GitHub](https://github.com/hackdavid/engram-memory/tree/main/docs). |
53 | 53 |
|
54 | 54 | --- |
55 | 55 |
|
@@ -112,8 +112,8 @@ Use the **exact** model id (and `api_base` / `api_version` if required) in your |
112 | 112 | **PyPI release is in progress.** Until the package is published, install from this repository: |
113 | 113 |
|
114 | 114 | ```bash |
115 | | -git clone https://github.com/hackdavid/Engram.git |
116 | | -cd Engram |
| 115 | +git clone https://github.com/hackdavid/engram-memory.git |
| 116 | +cd engram-memory |
117 | 117 | pip install -e . |
118 | 118 | ``` |
119 | 119 |
|
|
0 commit comments