OpenWebUI
Overview
Installing
Install via Apolo CLI
Install via Apolo CLI
apolo app-template get openwebui > openwebui.yaml# Example of openwebui.yaml
template_name: openwebui
template_version: v25.7.0
input:
ingress_http:
auth: true
embeddings_api:
type: app-instance-ref
instance_id: <instance-id> # example: 2bdb5225-e9f1-4208-a4af-9f7bd21c6d17
path: $.internal_api
llm_chat_api:
type: app-instance-ref
instance_id: <instance-id>
path: $.chat_internal_api
pgvector_user:
type: app-instance-ref
instance_id: <instance-id>
path: '$.postgres_users.users[1]'
displayName: openwebui-demo
preset:
name: cpu-small
openwebui_specific:
env: []eferences
Last updated
Was this helpful?