diff --git a/README.md b/README.md index f494fd31..76b79653 100644 --- a/README.md +++ b/README.md @@ -14,67 +14,74 @@ Private & local AI personal knowledge management app.
> ### 📢 Announcement +> > We are now on [Discord](https://discord.gg/b7zanGCTUY)! Our team is shipping very quickly right now so sharing ❤️feedback❤️ with us will really help shape the product 🚀 - - ## About -**Reor** is an AI-powered desktop note-taking app: it automatically links related notes, answers questions on your notes, provides semantic search and can generate AI flashcards. Everything is stored locally and you can edit your notes with an Obsidian-like markdown editor. - -The hypothesis of the project is that AI tools for thought should run models locally *by default*. Reor stands on the shoulders of the giants [Ollama](https://github.com/ollama/ollama), [Transformers.js](https://github.com/xenova/transformers.js) & [LanceDB](https://github.com/lancedb/lancedb) to enable both LLMs and embedding models to run locally: - -1. Every note you write is chunked and embedded into an internal vector database. -2. Related notes are connected automatically via vector similarity. -3. LLM-powered Q&A does RAG on your corpus of notes. -4. Everything can be searched semantically. +**Reor** is an AI-powered desktop note-taking app: it automatically links related notes, answers questions on your notes and provides semantic search. Everything is stored locally and you can edit your notes with an Obsidian-like markdown editor. +The hypothesis of the project is that AI tools for thought should run models locally *by default*. Reor stands on the shoulders of the giants [Ollama](https://github.com/ollama/ollama), [Transformers.js](https://github.com/xenova/transformers.js) & [LanceDB](https://github.com/lancedb/lancedb) to enable both LLMs and embedding models to run locally: +1. Every note you write is chunked and embedded into an internal vector database. +2. Related notes are connected automatically via vector similarity. +3. LLM-powered Q&A does RAG on your corpus of notes. +4. Everything can be searched semantically. -https://github.com/reorproject/reor/assets/17236551/94a1dfeb-3361-45cd-8ebc-5cfed81ed9cb +Choose a file by searching or by right clicking a file in directory
- )} - {isLoadingFlashcards && flashcardQAPairs.length === 0 && ( -Choose a set of flashcards
} -