Client: React + TypeScript + Vite + TailwindCSS
*Vite is a speedy Javacript bundler for building the React app
Commands to develop locally:
npm install
npm run dev
docker run -p 8080:80 -d rag-client
- PG Vector for document embeddings
- Might use for simple user and chatbot logs
docker compose up --build
To add personal information that the model will use for augmented output, add a .txt file in database/documents and run the embed_insert.py script. See the README in the database directory.