An open API service indexing awesome lists of open source software.

https://github.com/rubriclab/memory


https://github.com/rubriclab/memory

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# memory

To install dependencies:

```bash
bun i
```

To run:

```bash
bun eval
```

Roadmap:

- [x] `ingest(text: string)`
- [x] `search(query: string, filters?: { tags?: Array }[])`
- [ ] Support filters in search
- [ ] Support for ingesting image and video
- [ ] Support for any OpenAI-compatible model
- [x] Support graph memory (see brainstorm example below)

_Mockup:_
image

_Implementation (spot the falsehood):_
image