Skip to content

Have a chat with your documents, research papers and textbooks (RAG)

Notifications You must be signed in to change notification settings

tomlin7/Notebook

Repository files navigation

Notebook

Note Taking & Research Assistant Powered by AI. Open a Notebook.

preview

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.

Building from source

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