Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 674 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 674 Bytes

memory

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)

Mockup: image

Implementation (spot the falsehood): image