Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubriclab/memory
https://github.com/rubriclab/memory
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubriclab/memory
- Owner: RubricLab
- Created: 2024-08-29T15:46:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T15:55:38.000Z (about 2 months ago)
- Last Synced: 2024-11-08T16:44:40.680Z (about 2 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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:_
_Implementation (spot the falsehood):_