To install dependencies:
bun i
To run:
bun eval
Roadmap:
- [x]
ingest(text: string)
- [x]
search(query: string, filters?: { tags?: Array<string | { not: string }> }[])
- [ ] Support filters in search
- [ ] Support for ingesting image and video
- [ ] Support for any OpenAI-compatible model
- [x] Support graph memory (see brainstorm example below)