Rocketnotes is a web-based Markdown note taking app with LLM-powered text completion, chat and semantic search.
It utilizes a 100% Serverless RAG pipeline built with
langchain,
sentence-transformers,
faiss,
Ollama and OpenAI or Anthropic.
- Sign Up for free
- Run it 100% locally with Docker
- Host at AWS
- Check contributing guide how to setup a local development environment
- 📝 Code syntax highlighting
- 📊 Katex and Mermaid support
- 🌳 Hierarchical document tree with draggable nodes
- 🌐 Document sharing
- 🔍 Content search
- 🔦 Semantic search
- ✍️ Copilot-like text completion
- 🤖 Chat with your documents
- Serverless RAG with faiss, OpenAI and/or Anthropic
- 📦 Local mode with Docker
- use Ollama and/or Sentence Transformers for 100% local RAG
- 📥 Zettelkasten with semantic archiving
- Use vector index to insert notes into highest semantic-ranked documents
- WIP: Neovim plugin rocketnotes.nvim
- 🤖 Use the power of LLMs together with vector embeddings to chat with your notes or search them semantically.
- 🤖 Get Copilot-like text completion autosuggestions.
- ✍️ Save your daily note snippets into zettelkasten.
- 📥 Use vector index to insert notes into highest semantic-ranked documents with ease.
- 📝 Use the power and simplicity of Markdown for your personal notes.
- 💻 Create useful code snippets in your favourite programming language with syntax highlighting.
- 📖 Share documents with external users.
- 🔎 Search through all your documents by content.
- 🚀 Get an autosuggestion panel with all documents matching you search pattern - superfast!
- 📚 Save your note documents hierarchical with unlimited depth of subdocuments.
- 🗂️ Structure your notes by simply drag and drop the desired document.
- 🌟 Pin favourite documents for fast top-level access.
The most comfortable way to get started is to open the project in a ready-to-code Gitpod workspace with all packages & tools preinstalled and a running database with sample data.
If you prefer to setup the project on your local machine see contributing guide and learn all required steps to run it locally in development mode.
Don't hesitate to open an issue for getting some feedback about a potential bug or if you desire a missing feature. It is appreciated to check over current issues and provide feedback to existing ones or even raise a PR which solves an issue. Any contribution is welcome!