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 15, 2024
1 parent b11f9aa commit 5de169f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ bun eval

Roadmap:

- [ ] `ingest(text: string)`
- [ ] `search(query: string, filters?: { tags?: Array<string | { not: string }> }[])`
- [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
- [ ] Support graph memory (see brainstorm example below)
- [x] Support graph memory (see brainstorm example below)

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

_Implementation (spot the falsehood):_
<img width="943" alt="image" src="https://github.com/user-attachments/assets/1317c12f-d0d1-4922-8e8a-f56f72c06ebc">

0 comments on commit 5de169f

Please sign in to comment.