diff --git a/apps/intranet/intranet.yaml b/apps/intranet/intranet.yaml index 0521bc8..aff3ac9 100644 --- a/apps/intranet/intranet.yaml +++ b/apps/intranet/intranet.yaml @@ -37,7 +37,7 @@ spec: spec: containers: - name: intranet-web - image: localhost/fc-intranet-web:v202604240050corpus + image: localhost/fc-intranet-web:v202604240108gpu imagePullPolicy: Never ports: - containerPort: 5300 @@ -47,6 +47,11 @@ spec: value: Production - name: ASPNETCORE_URLS value: "http://+:5300" + # Bulk corpus indexing on edge1 Pi 5 takes ~6s/chunk × 5665 chunks + # ≈ 9 hours. BLUEJAY-WS GPU (R9700, 32GB VRAM) does the same work + # in minutes. Memory: feedback_pi5_nomic_embed_slow. + - name: IntranetSearch__OllamaBaseUrl + value: "http://10.0.56.20:11434" resources: requests: memory: "256Mi"