Wooble
Back to Yash's profile
Verified on Wooble

MemoryVerse AI '26

Yash MunshiMemoryVerse AI '26

Overview

## Reviewer Notes Thank you for reviewing Chronicle! ### Setup - Clone the repository and follow the README. - Add the required environment variables: - DATABASE_URL - GEMINI_API_KEY (or GEMINI_API_KEYS) - AUTH_GOOGLE_ID - AUTH_GOOGLE_SECRET - AUTH_SECRET Run: npm install npm run check:env npm run check:db npm run check:api npm run dev ### Google OAuth Google OAuth is required for authentication. If you prefer not to configure OAuth, you can temporarily replace the auth check with a mock user for local testing. ### AI Features The application uses Gemini 2.5 Flash for: - Document understanding - Categorization - Semantic retrieval - Opportunity Fit analysis Embeddings are generated using gemini-embedding-001 and stored in pgvector with an HNSW index. ### Telegram Telegram integration is optional and can be skipped during evaluation. ### Design Decisions - Single Next.js application (no separate backend) - PostgreSQL + pgvector for hybrid semantic search - Automatic document relationship graph generation - English and Hindi support - Privacy-first architecture with user-scoped queries - Automatic schema initialization on first database access ### Tested On - Node.js 20+ - PostgreSQL with pgvector - Google Gemini API - Chrome & Edge browsers If any issue occurs during setup, the README contains complete deployment and configuration instructions.

Gallery

5