Looking into the poetry configurations of the services (and trying to install them accordingly) it becomes apparent that open-webui and open-webui-pipelines want a python version that is >= 3.11 and < 3.13.0a1 (see here and here) while importer and basic-pipeline pin their python versions to 3.13.5 (see here and here).
These requirements mutually exclude eachother, it is impossible to find any python version that could install all services, making it impossible to install learn2rag from this repo
Looking into the poetry configurations of the services (and trying to install them accordingly) it becomes apparent that
open-webuiandopen-webui-pipelineswant a python version that is >= 3.11 and < 3.13.0a1 (see here and here) whileimporterandbasic-pipelinepin their python versions to 3.13.5 (see here and here).These requirements mutually exclude eachother, it is impossible to find any python version that could install all services, making it impossible to install learn2rag from this repo