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

🚀 Next Steps

  1. Configure environment variables (.env.local)
  2. Run database setup: pnpm db:setup
  3. Upload documents: pnpm upload:supabase
  4. Start development: pnpm dev