Skip to content

Commit

Permalink
chore(llama-index-chat-pdf): add types (#21895)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Dec 23, 2024
1 parent a58ca62 commit a8803e2
Show file tree
Hide file tree
Showing 30 changed files with 74 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
# https://github.com/airbytehq/airbyte-platform/blob/main/charts/airbyte/values.yaml
---
global:
airbyteUrl: https://hm-airbyte.internal.hongbomiao.com
airbyteUrl: https://airbyte.internal.hongbomiao.com
serviceAccountName: airbyte-admin
auth:
instanceAdmin:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
app.kubernetes.io/part-of: production-hm-airbyte
spec:
rules:
- host: hm-airbyte.internal.hongbomiao.com
- host: airbyte.internal.hongbomiao.com
http:
paths:
- path: /
Expand All @@ -28,5 +28,5 @@ spec:
number: 80
tls:
- hosts:
- hm-airbyte.internal.hongbomiao.com
- airbyte.internal.hongbomiao.com
secretName: production-hm-airbyte-certificate
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-airbyte.internal.hongbomiao.com
commonName: airbyte.internal.hongbomiao.com
secretName: production-hm-airbyte-certificate
dnsNames:
- hm-airbyte.internal.hongbomiao.com
- airbyte.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: production-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-airbyte.internal.hongbomiao.com
commonName: airbyte.internal.hongbomiao.com
secretName: staging-hm-airbyte-certificate
dnsNames:
- hm-airbyte.internal.hongbomiao.com
- airbyte.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: staging-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ metadata:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
# https://kubernetes-sigs.github.io/external-dns/latest/annotations/annotations
external-dns.alpha.kubernetes.io/hostname: hm-akhq.internal.hongbomiao.com
external-dns.alpha.kubernetes.io/hostname: akhq.internal.hongbomiao.com
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PostSync
labels:
app.kubernetes.io/name: hm-akhq-ingress
app.kubernetes.io/part-of: production-hm-akhq
spec:
rules:
- host: hm-akhq.internal.hongbomiao.com
- host: akhq.internal.hongbomiao.com
http:
paths:
- path: /
Expand All @@ -30,5 +30,5 @@ spec:
number: 80
tls:
- hosts:
- hm-akhq.internal.hongbomiao.com
- akhq.internal.hongbomiao.com
secretName: production-hm-akhq-certificate
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-akhq.internal.hongbomiao.com
commonName: akhq.internal.hongbomiao.com
secretName: production-hm-akhq-certificate
dnsNames:
- hm-akhq.internal.hongbomiao.com
- akhq.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: production-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ metadata:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
# https://kubernetes-sigs.github.io/external-dns/latest/annotations/annotations
external-dns.alpha.kubernetes.io/hostname: hm-confluent-schema-registry.internal.hongbomiao.com
external-dns.alpha.kubernetes.io/hostname: confluent-schema-registry.internal.hongbomiao.com
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PostSync
labels:
app.kubernetes.io/name: hm-confluent-schema-registry-ingress
app.kubernetes.io/part-of: production-hm-confluent-schema-registry
spec:
rules:
- host: hm-confluent-schema-registry.internal.hongbomiao.com
- host: confluent-schema-registry.internal.hongbomiao.com
http:
paths:
- path: /
Expand All @@ -30,5 +30,5 @@ spec:
number: 8081
tls:
- hosts:
- hm-confluent-schema-registry.internal.hongbomiao.com
- confluent-schema-registry.internal.hongbomiao.com
secretName: production-hm-confluent-schema-registry-certificate
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-confluent-schema-registry.internal.hongbomiao.com
commonName: confluent-schema-registry.internal.hongbomiao.com
secretName: production-hm-confluent-schema-registry-certificate
dnsNames:
- hm-confluent-schema-registry.internal.hongbomiao.com
- confluent-schema-registry.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: production-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-confluent-schema-registry.internal.hongbomiao.com
commonName: confluent-schema-registry.internal.hongbomiao.com
secretName: staging-hm-confluent-schema-registry-certificate
dnsNames:
- hm-confluent-schema-registry.internal.hongbomiao.com
- confluent-schema-registry.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: staging-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ metadata:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
# https://kubernetes-sigs.github.io/external-dns/latest/annotations/annotations
external-dns.alpha.kubernetes.io/hostname: hm-kafbat-ui.internal.hongbomiao.com
external-dns.alpha.kubernetes.io/hostname: kafbat-ui.internal.hongbomiao.com
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PostSync
labels:
app.kubernetes.io/name: hm-kafbat-ui-ingress
app.kubernetes.io/part-of: production-hm-kafbat-ui
spec:
rules:
- host: hm-kafbat-ui.internal.hongbomiao.com
- host: kafbat-ui.internal.hongbomiao.com
http:
paths:
- path: /
Expand All @@ -30,5 +30,5 @@ spec:
number: 80
tls:
- hosts:
- hm-kafbat-ui.internal.hongbomiao.com
- kafbat-ui.internal.hongbomiao.com
secretName: production-hm-kafbat-ui-certificate
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-kafbat-ui.internal.hongbomiao.com
commonName: kafbat-ui.internal.hongbomiao.com
secretName: production-hm-kafbat-ui-certificate
dnsNames:
- hm-kafbat-ui.internal.hongbomiao.com
- kafbat-ui.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: production-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-kafbat-ui.internal.hongbomiao.com
commonName: kafbat-ui.internal.hongbomiao.com
secretName: staging-hm-kafbat-ui-certificate
dnsNames:
- hm-kafbat-ui.internal.hongbomiao.com
- kafbat-ui.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: staging-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ metadata:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
# https://kubernetes-sigs.github.io/external-dns/latest/annotations/annotations
external-dns.alpha.kubernetes.io/hostname: hm-netdata.internal.hongbomiao.com
external-dns.alpha.kubernetes.io/hostname: netdata.internal.hongbomiao.com
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PostSync
labels:
app.kubernetes.io/name: hm-netdata-ingress
app.kubernetes.io/part-of: production-hm-netdata
spec:
rules:
- host: hm-netdata.internal.hongbomiao.com
- host: netdata.internal.hongbomiao.com
http:
paths:
- path: /
Expand All @@ -30,5 +30,5 @@ spec:
number: 19999
tls:
- hosts:
- hm-netdata.internal.hongbomiao.com
- netdata.internal.hongbomiao.com
secretName: production-hm-netdata-certificate
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-netdata.internal.hongbomiao.com
commonName: netdata.internal.hongbomiao.com
secretName: production-hm-netdata-certificate
dnsNames:
- hm-netdata.internal.hongbomiao.com
- netdata.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: production-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-netdata.internal.hongbomiao.com
commonName: netdata.internal.hongbomiao.com
secretName: staging-hm-netdata-certificate
dnsNames:
- hm-netdata.internal.hongbomiao.com
- netdata.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: staging-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- name: WEBUI_NAME
value: AI Chat
- name: WEBUI_URL
value: https://hm-open-webui.internal.hongbomiao.com
value: https://open-webui.internal.hongbomiao.com
- name: OPENAI_API_BASE_URLS
value: http://hm-litellm-service.production-hm-litellm.svc:80;http://hm-open-webui-pipelines.production-hm-open-webui-pipelines.svc:9099
- name: OPENAI_API_KEYS
Expand All @@ -53,7 +53,7 @@ spec:
- name: DO_NOT_TRACK
value: "true"
- name: CORS_ALLOW_ORIGIN
value: https://hm-open-webui.internal.hongbomiao.com
value: https://open-webui.internal.hongbomiao.com
- name: WEBUI_SESSION_COOKIE_SAME_SITE
value: lax
- name: JWT_EXPIRES_IN
Expand Down Expand Up @@ -83,7 +83,7 @@ spec:
- name: GOOGLE_OAUTH_SCOPE
value: openid email profile
- name: GOOGLE_REDIRECT_URI
value: https://hm-open-webui.internal.hongbomiao.com/oauth/google/callback
value: https://open-webui.internal.hongbomiao.com/oauth/google/callback
- name: GOOGLE_CLIENT_ID
value: xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com
- name: GOOGLE_CLIENT_SECRET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ metadata:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
# https://kubernetes-sigs.github.io/external-dns/latest/annotations/annotations
external-dns.alpha.kubernetes.io/hostname: hm-open-webui.internal.hongbomiao.com
external-dns.alpha.kubernetes.io/hostname: open-webui.internal.hongbomiao.com
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PostSync
labels:
app.kubernetes.io/name: hm-open-webui-ingress
app.kubernetes.io/part-of: production-hm-open-webui
spec:
rules:
- host: hm-open-webui.internal.hongbomiao.com
- host: open-webui.internal.hongbomiao.com
http:
paths:
- path: /
Expand All @@ -30,5 +30,5 @@ spec:
number: 80
tls:
- hosts:
- hm-open-webui.internal.hongbomiao.com
- open-webui.internal.hongbomiao.com
secretName: production-hm-open-webui-certificate
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-open-webui.internal.hongbomiao.com
commonName: open-webui.internal.hongbomiao.com
secretName: production-hm-open-webui-certificate
dnsNames:
- hm-open-webui.internal.hongbomiao.com
- open-webui.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: production-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-open-webui.internal.hongbomiao.com
commonName: open-webui.internal.hongbomiao.com
secretName: staging-hm-open-webui-certificate
dnsNames:
- hm-open-webui.internal.hongbomiao.com
- open-webui.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: staging-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
app.kubernetes.io/part-of: production-hm-opencost
spec:
rules:
- host: hm-opencost.internal.hongbomiao.com
- host: opencost.internal.hongbomiao.com
http:
paths:
- path: /
Expand All @@ -28,5 +28,5 @@ spec:
number: 9090
tls:
- hosts:
- hm-opencost.internal.hongbomiao.com
- opencost.internal.hongbomiao.com
secretName: production-hm-opencost-certificate
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-opencost.internal.hongbomiao.com
commonName: opencost.internal.hongbomiao.com
secretName: production-hm-opencost-certificate
dnsNames:
- hm-opencost.internal.hongbomiao.com
- opencost.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: production-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-opencost.internal.hongbomiao.com
commonName: opencost.internal.hongbomiao.com
secretName: staging-hm-opencost-certificate
dnsNames:
- hm-opencost.internal.hongbomiao.com
- opencost.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: staging-lets-encrypt-cluster-issuer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
app.kubernetes.io/part-of: production-hm-prometheus
spec:
rules:
- host: hm-grafana.internal.hongbomiao.com
- host: grafana.internal.hongbomiao.com
http:
paths:
- path: /
Expand All @@ -28,5 +28,5 @@ spec:
number: 80
tls:
- hosts:
- hm-grafana.internal.hongbomiao.com
- grafana.internal.hongbomiao.com
secretName: production-hm-grafana-certificate
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_hooks
argocd.argoproj.io/hook: PreSync
spec:
commonName: hm-grafana.internal.hongbomiao.com
commonName: grafana.internal.hongbomiao.com
secretName: production-hm-grafana-certificate
dnsNames:
- hm-grafana.internal.hongbomiao.com
- grafana.internal.hongbomiao.com
issuerRef:
kind: ClusterIssuer
name: production-lets-encrypt-cluster-issuer
Expand Down
Loading

0 comments on commit a8803e2

Please sign in to comment.