Releases: rupertgermann/open-recall
Releases · rupertgermann/open-recall
v1.0.0 — Initial Public Release
Here's a release notes text for v0.1.0 (first public release):
v1.0.0 — Initial Public Release
open-recall is a privacy-focused, local-first Personal Knowledge Management system powered by GraphRAG. This is the first public release.
Highlights
- GraphRAG Ingestion Pipeline — Save web articles, paste text, or upload PDFs. Content is automatically chunked, embedded, and indexed into a semantic knowledge graph with extracted entities and relationships.
- Hybrid RAG Chat — Chat with your knowledge base using a combination of vector similarity search and knowledge graph traversal for richer context retrieval. Streaming responses powered by Vercel AI SDK.
- Knowledge Graph Visualization — Interactive force-directed graph showing how your knowledge connects across documents, entities, and concepts.
- Flexible AI Providers — Run fully local with Ollama or LM Studio, use OpenAI cloud models, or mix and match (e.g., local chat + OpenAI embeddings). Configure everything from the Settings UI.
- Spaced Repetition — AI-generated flashcards with FSRS scheduling for long-term retention of your saved knowledge.
- Collections & Projects — Organize documents into collections and group related work into projects.
- Web Search — Augment AI responses with live web search results.
- Dark Mode — Full dark/light theme support.
Tech Stack
Next.js 16 (App Router, Turbopack) · TypeScript · Shadcn UI · TailwindCSS · PostgreSQL with pgvector + Apache AGE · Drizzle ORM · Vercel AI SDK
Getting Started
See the README for setup instructions. Requires Docker, Node.js 20+, and Ollama.