HOLE Document Intelligence System
Advanced legal document understanding and search
📊 Status
- ✅ 201 documents processed
- ✅ 94% high-confidence classification
- ✅ MCP server deployed
- ✅ Vector search ready
🔧 Tech Stack
- Next.js 15 + React 19
- Supabase + pgvector
- Azure AI Document Intelligence
- OpenAI GPT-4 + Embeddings
🔍 MCP Server
Integrate with Claude Code for semantic document search
/api/mcp📚 Documentation
🚀 Next Steps
- Configure environment variables (.env.local)
- Run database setup:
pnpm db:setup - Upload documents:
pnpm upload:supabase - Start development:
pnpm dev