Feat: Final changes to prompt
This commit is contained in:
53
infra/langfuse/Pulumi.ifsp-chatbot.yaml
Normal file
53
infra/langfuse/Pulumi.ifsp-chatbot.yaml
Normal file
@@ -0,0 +1,53 @@
|
||||
config:
|
||||
aws:region: us-east-1
|
||||
langfuse:account_id: "654654422992"
|
||||
langfuse:project_name: br-edu-ifsp-ifsp-ret-chatbot-editais-dev
|
||||
langfuse:environment: dev
|
||||
|
||||
langfuse:tags:
|
||||
nome: langfuse-chatbot-editais
|
||||
projeto: chatbot-editais
|
||||
ambinte: dev
|
||||
responsavel: dti.prd@ifsp.edu.bt
|
||||
centro-de-custo: ti-poc-2025
|
||||
campus: ifsp-ret
|
||||
criticidade: baixa
|
||||
data-de-criacao: 10/10/2025
|
||||
backup: nao
|
||||
servico: metric-server
|
||||
owner: ai-team
|
||||
setor: ti
|
||||
area: infra
|
||||
prospeccao: sim
|
||||
poc: sim
|
||||
ia: não
|
||||
modelo: não
|
||||
|
||||
langfuse:network:
|
||||
vpc_id: vpc-0855d5ec4296e1867
|
||||
subnet_ids:
|
||||
- subnet-0a79c417292d29062 # public-us-east-1a-subnet
|
||||
- subnet-01f2e27a014777d11 # public-us-east-1b-subnet
|
||||
|
||||
langfuse:ec2:
|
||||
key_name:
|
||||
allowed_ports:
|
||||
- 22
|
||||
- 3000
|
||||
- 443
|
||||
- 80
|
||||
ebs_volume:
|
||||
size: 100 # em GB
|
||||
device_name: /dev/sdf # nome do device
|
||||
volume_type: gp2 # tipo de volume
|
||||
instance_type: t3.xlarge # langfuse requires at least t3.xlarge
|
||||
instance_name: LangfuseEC2
|
||||
sg_name: langfuse-sg
|
||||
|
||||
langfuse:langfuse_config:
|
||||
repo_url: "https://github.com/langfuse/langfuse.git"
|
||||
web_port: 3000
|
||||
worker_port: 3030
|
||||
database_url: "postgresql://langfuse:langfuse@postgres:5432/langfuse"
|
||||
clickhouse_url: "http://clickhouse:8123"
|
||||
telemetry_enabled: false
|
||||
Reference in New Issue
Block a user