This service serves all AI related functions for the webapp frag.jetzt. See git.thm.de/arsnova/frag.jetzt or github.com/thm-projects/frag.jetzt.
You need to use git.thm.de/arsnova/frag.jetzt-docker-orchestration to run this app either locally (./run-local.sh), with docker (./run-docker.sh) or manually (using langchain serve).
When you have Poetry installed, simply type poetry install.
Install libmagic (or libmagic-dev), if necessary.
To run all evaluations and tests, you need to install celadon inside the train directory. See here for more information.
cd train
git clone https://huggingface.co/PleIAs/celadonIf you need to install LangChain CLI:
pip install -U langchain-cliHow you build docker image for local run (./run-docker.sh):
./build-local.sh