Note Taking & Research Assistant Powered by AI. Open a Notebook.
So, at uni, we were handed chonky books and paper work, which were very inefficient to read and understand. Why not make a RAG tool to simulate asking direct questions to the document? This is where Notebook comes in. It can summarize documents, answer questions, and chat with you about the document.
- Upload documents (PDF, TXT)
- Notebook will summarize the uploaded document.
- Switch to the chat tab, then start talking to the document.
Create a .env.local
in root directory. Set the NEXT_PUBLIC_GEMINI_API_KEY
environment variable to your Google AI API key.
bun i
bun run dev