PrivateGPT
Overview
Installing
apolo app-template get private-gpt -o myservice.yaml# Example of private-gpt-v25.5.1-config.yaml
template_name: private-gpt
template_version: v25.5.1
display_name: ysem-docs-pgpt
input:
ingress_http:
auth: true
embeddings_api:
type: app-instance-ref
instance_id: 26914c96-a284-46c3-a3db-306fa89a4a4a
path: embeddings_internal_api
llm_chat_api:
type: app-instance-ref
instance_id: 9a5b6eef-1094-40cb-ba66-4a749e2c92d4
path: chat_internal_api
private_gpt_specific:
llm_temperature: 0.1
embeddings_dimension: 768
llm_max_new_tokens: 5000
llm_context_window: 8192
llm_tokenizer_name: Qwen/Qwen2-7B-Instruct
pgvector_user:
type: app-instance-ref
instance_id: cfd2ebe0-c6a5-4a86-a5b0-ebc0a9834ae0
path: postgres_users/users/0
preset:
name: cpu-mediumCleanup
References
Last updated
Was this helpful?