diff --git a/README.md b/README.md index 16288559..f203c566 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,12 @@ It automatically learns from conversations, extracts facts, builds user profiles | ๐Ÿ‘ค **User Profiles** | Auto-maintained user context โ€” stable facts + recent activity. One call, ~50ms. | | ๐Ÿ” **Hybrid Search** | RAG + Memory in a single query. Knowledge base docs and personalized context together. | | ๐Ÿ”Œ **Connectors** | Google Drive ยท Gmail ยท Notion ยท OneDrive ยท GitHub โ€” auto-sync with real-time webhooks. | -| ๐Ÿ“„ **Files** | PDFs, images (OCR), videos (transcription), code (AST-aware chunking). Upload and it works. | +| ๐Ÿ“„ **Multi-modal Extractors** | PDFs, images (OCR), videos (transcription), code (AST-aware chunking). Upload and it works. | + +All of this is in our single memory structure and ontology. + +image + ---