AI-powered knowledge discovery for Aaltoes documents.
Ask questions about Aaltoes and get AI answers based on real documents. The app finds relevant documents, shows them to you, and streams an AI response in real-time.
- Smart search: Finds documents using AI similarity matching
- Year filtering: Automatically filters by mentioned years (2018-2025)
- Real-time responses: Streams AI answers as they're generated
- Document links: Direct links to Google Drive documents
- Mobile friendly: Works great on phones and desktops
-
Install dependencies
npm install
-
Add your API keys Create
.env.local:OPENAI_API_KEY=your_openai_api_key PINECONE_API_KEY=your_pinecone_api_key
-
Run the app
npm run dev
-
Open in browser Visit http://localhost:3000
- You ask a question about Aaltoes
- App searches document database using AI
- Shows you relevant documents with links
- AI generates answer based on those documents
- Response streams in real-time with clickable links
- Next.js - Web framework
- OpenAI GPT-4 - AI responses
- Pinecone - Document search
- Tailwind CSS - Styling
- Node.js 18+
- OpenAI API key
- Pinecone account with Aaltoes documents
That's it! 🚀