Back to projects

Private AI Chat

An AI chat application for chatting with private documents via an open source LLM running in AWS.

Next.jsTailwindPostgreSQLpgvectorAWSVercel AI SDK

A private and secure AI chat application where you can upload documents and immediately ask questions about them using RAG. Key features include:

  • Data Privacy: All user data is processed by local models without being sent to external servers
  • Retrieval-Augmented Generation: Uses pgvector to store and retrieve text embeddings in Postgres database
  • User Authentication: Secure login and user management
  • Familiar Chat Interface: Clean and user-friendly chat interface powered by the Vercel AI SDK

This project demonstrates expertise in AI integration, data privacy, and building user-centric applications.