Talk with HOLLIS: Intelligent semantic book search using Generative AI
This project is the UI that makes requests to the Talk With HOLLIS API
The quickest way to get started with the local environment setup is to get an existing .env
file and copy it to the root of the project. Alternatively, copy the env-example.txt file, rename it to .env
, and update the values as necessary.
Start by setting up the Talk With HOLLIS API locally. Build the docker image and run the docker container in this project.
Build image with no cache and run containers
docker compose -f docker-compose-local.yml build --no-cache && docker compose -f docker-compose-local.yml up -d
Exec into the container
docker exec -it twhapi bash
Run npm install
npm install packagename