A modern document query system with AI capabilities that allows users to upload documents and query them using natural language.
- 🔒 Secure Google OAuth authentication
- 📄 Document upload and management
- 💬 Natural language querying
- 🎨 Modern, responsive UI
- ⚡ Built with Vite and React
- React 18
- TypeScript
- Tailwind CSS
- Vite
- Google OAuth
-
Clone the repository:
git clone https://github.com/yourusername/ai-inquisitor-demo.git cd ai-inquisitor-demo -
Install dependencies:
npm install
-
Create a
.envfile based on.env.example:cp .env.example .env
-
Add your Google OAuth credentials to
.env -
Start the development server:
npm run dev
VITE_GOOGLE_CLIENT_ID: Your Google OAuth client IDVITE_N8N_URL: N8N workflow URLVITE_REDIRECT_URI: OAuth redirect URIVITE_API_BASE_URL: Base URL for API calls
MIT