To install dependencies:
bun i
To run:
bun eval
Roadmap:
-
ingest(text: string)
-
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
- Support graph memory (see brainstorm example below)