Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 958 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 958 Bytes

upload_infra

Overview of the Infra

graph TB;
    id1(frontend service)-->id2(backend service)
    id2-->id7(storage)
    id7-->id3(filechecker service)
    id3-->id4(Apache Tika)
    id4-->id3
    id3-->id5(Ollama)
    id5-->id3
    id3-->id6(Vector DB)
    id6-->id3
Loading

build a local docker-compose instance, for later testing

Testrun with traefik

a screenshot of treafik dashboard