Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rubriclab/memory


https://github.com/rubriclab/memory

Last synced: about 2 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