- Experience the power of collaborative PDF editing and real-time discussions with the Ultimate PDF Toolkit.
-
Clone the Repository:
git clone https://github.com/InnoTech-Titans/ultimate_pdf_toolkit.git -
Navigate to the Project Directory:
cd ultimate_pdf_toolkit -
Create Required Directories:
Create the following directories in the project root:
cache
-
Create a
.envFile:Create a
.envfile in thecachedirectory. -
Run Docker Compose:
docker-compose up -dThis command will build and start the services defined in the
docker-compose.ymlfile in detached mode. -
Accessing the Services:
anythingllmService: Accessible athttp://localhost:3001vectordbService: No direct access needed.ollamaService: No direct access needed.stirlingService: Accessible athttp://localhost:8081
-
Stopping the Services:
docker-compose downThis command will stop and remove the containers created by Docker Compose.
To provide access to these services you can use the index.html file in your project's root directory with links to the services' endpoints.