Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 781 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 781 Bytes

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

Server: FastAPI

  • PG Vector for document embeddings
  • Might use for simple user and chatbot logs

Docker Compose for Full Stack Dev

docker compose up --build

Document Embeddings

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.