This repository provides an example on how to create an AI chatbot in Liferay DXP using the RAG architecture.
Start txtai:
docker compose up -d txtaiStart Liferay DXP:
cd liferay/workspace
./gradlew initBundle deploy
./bundles/tomcat/bin/startup.sh
# or
./bundles/tomcat/bin/startup.batStart Spring Boot (chatbot backend):
cd liferay/workspace
./gradlew :client-extensions:qls-ai-chatbot-etc-backend:bootRunStart Ollama:
ollama run llama3.2
To install Ollama, see: https://ollama.com/