Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tedspare authored Oct 9, 2024
1 parent d71a86c commit 26eaf18
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,15 @@ bun i
To run:

```bash
bun index.ts
bun eval
```

Roadmap:

- [ ] `ingest(text: string)`
- [ ] `search(query: string, filters?: { tags?: Array<string | { not: string }> }[])`
- [ ] Support for ingesting image and video
- [ ] Support for any OpenAI-compatible model
- [ ] Support graph memory (see brainstorm example below)

<img width="958" alt="image" src="https://github.com/user-attachments/assets/c86c9e6e-805f-484e-8f8d-a8e359dab8d7">

0 comments on commit 26eaf18

Please sign in to comment.