diff --git a/README.md b/README.md index 5e7a997..d9ad9ab 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,15 @@ bun i To run: ```bash -bun index.ts +bun eval ``` + +Roadmap: + +- [ ] `ingest(text: string)` +- [ ] `search(query: string, filters?: { tags?: Array }[])` +- [ ] Support for ingesting image and video +- [ ] Support for any OpenAI-compatible model +- [ ] Support graph memory (see brainstorm example below) + +image