first commit

This commit is contained in:
2026-01-14 17:11:48 -03:00
parent 30e569b8d2
commit b05a77faa5

View File

@@ -42,7 +42,7 @@ llm = ChatOCIGenAI(
service_endpoint="https://inference.generativeai.us-chicago-1.oci.oraclecloud.com", service_endpoint="https://inference.generativeai.us-chicago-1.oci.oraclecloud.com",
compartment_id="ocid1.compartment.oc1..aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", compartment_id="ocid1.compartment.oc1..aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
auth_profile="DEFAULT", auth_profile="DEFAULT",
model_kwargs={"temperature": 0.1, "top_p": 0.75, "max_tokens": 4000}, model_kwargs={"temperature": 0, "top_p": 1, "max_tokens": 4000},
) )
llm_for_rag = ChatOCIGenAI( llm_for_rag = ChatOCIGenAI(
@@ -349,87 +349,188 @@ def parse_rfp_requirement(question: str) -> dict:
Choose the MOST SPECIFIC applicable item. Choose the MOST SPECIFIC applicable item.
☁️ OCI SERVICE CATEGORIES (MANDATORY) Serviços da Oracle Cloud Infrastructure (OCI):
🖥️ Compute (IaaS) Compute (IaaS)
- compute • Compute Instances (VM)
- compute instances • Bare Metal Instances
- virtual machine • Dedicated VM Hosts
- bare metal • GPU Instances
- gpu • Confidential Computing
- hpc • Capacity Reservations
- confidential computing • Autoscaling (Instance Pools)
- autoscaling • Live Migration
- instance pools • Oracle Cloud VMware Solution (OCVS)
- live migration • HPC (High Performance Computing)
- ocvs (vmware) • Arm-based Compute (Ampere)
- arm compute
💾 Storage Storage
- object storage
- archive storage
- block volume
- boot volume
- file storage
- volume groups
- snapshots
- replication
🌐 Networking Object Storage
- vcn • Object Storage
- load balancer • Object Storage Archive
- network load balancer • Pre-Authenticated Requests
- dns • Replication
- fastconnect
- drg
- firewall
- waf
- bastion
- vtap
- private endpoint
🔐 Security & Identity Block & File
- iam • Block Volume
- compartments • Boot Volume
- policies • Volume Groups
- oci vault • File Storage
- key management • File Storage Snapshots
- certificates • Data Transfer Service
- secrets
- cloud guard
- security zones
- vulnerability scanning
- data safe
- audit
- logging
- shielded instances
📦 Containers & Cloud Native Networking
- oke • Virtual Cloud Network (VCN)
- kubernetes • Subnets
- container registry • Internet Gateway
- api gateway • NAT Gateway
- functions • Service Gateway
- streaming • Dynamic Routing Gateway (DRG)
- events • FastConnect
- service mesh • Load Balancer (L7 / L4)
• Network Load Balancer
• DNS
• Traffic Management Steering Policies
• IP Address Management (IPAM)
• Network Firewall
• Web Application Firewall (WAF)
• Bastion
• Capture Traffic (VTAP)
• Private Endpoints
🗄️ Databases Security, Identity & Compliance
- autonomous database • Identity and Access Management (IAM)
- adw • Compartments
- atp • Policies
- base database • OCI Vault
- exadata • OCI Key Management (KMS)
- mysql • OCI Certificates
- nosql • OCI Secrets
• OCI Bastion
• Cloud Guard
• Security Zones
• Vulnerability Scanning Service
• Data Safe
• Logging
• Audit
• OS Management / OS Management Hub
• Shielded Instances
• Zero Trust Packet Routing
📊 Analytics & AI Databases
- analytics cloud
- data science Autonomous
- data catalog • Autonomous Database (ATP)
- big data service • Autonomous Data Warehouse (ADW)
- generative ai • Autonomous JSON Database
- ai services
Databases Gerenciados
• Oracle Database Service
• Oracle Exadata Database Service
• Exadata Cloud@Customer
• Base Database Service
• MySQL Database Service
• MySQL HeatWave
• NoSQL Database Cloud Service
• TimesTen
• PostgreSQL (OCI managed)
• MongoDB API (OCI NoSQL compatibility)
Analytics & BI
• Oracle Analytics Cloud (OAC)
• OCI Data Catalog
• OCI Data Integration
• OCI Streaming Analytics
• OCI GoldenGate
• OCI Big Data Service (Hadoop/Spark)
• OCI Data Science
• OCI AI Anomaly Detection
• OCI AI Forecasting
AI & Machine Learning
Generative AI
• OCI Generative AI
• OCI Generative AI Agents
• OCI Generative AI RAG
• OCI Generative AI Embeddings
• OCI AI Gateway (OpenAI-compatible)
AI Services
• OCI Vision (OCR, image analysis)
• OCI Speech (STT / TTS)
• OCI Language (NLP)
• OCI Document Understanding
• OCI Anomaly Detection
• OCI Forecasting
• OCI Data Labeling
Containers & Cloud Native
• OCI Container Engine for Kubernetes (OKE)
• Container Registry (OCIR)
• Service Mesh
• API Gateway
• OCI Functions (FaaS)
• OCI Streaming (Kafka-compatible)
• OCI Queue
• OCI Events
• OCI Resource Manager (Terraform)
Integration & Messaging
• OCI Integration Cloud (OIC)
• OCI Service Connector Hub
• OCI Streaming
• OCI GoldenGate
• OCI API Gateway
• OCI Events Service
• OCI Queue
• Real Applications Clusters (RAC)
Developer Services
• OCI DevOps (CI/CD)
• OCI Code Repository
• OCI Build Pipelines
• OCI Artifact Registry
• OCI Logging Analytics
• OCI Monitoring
• OCI Notifications
• OCI Bastion
• OCI CLI
• OCI SDKs
Observability & Management
• OCI Monitoring
• OCI Alarms
• OCI Logging
• OCI Logging Analytics
• OCI Application Performance Monitoring (APM)
• OCI Operations Insights
• OCI Management Agent
• OCI Resource Discovery
Enterprise & Hybrid
• Oracle Cloud@Customer
• Exadata Cloud@Customer
• Compute Cloud@Customer
• Dedicated Region Cloud@Customer
• OCI Roving Edge Infrastructure
• OCI Alloy
Governance & FinOps
• OCI Budgets
• Cost Analysis
• Usage Reports
• Quotas
• Tagging
• Compartments
• Resource Search
Regions & Edge
• OCI Regions (Commercial, Government, EU Sovereign)
• OCI Edge Services
• OCI Roving Edge
• OCI Dedicated Region
──────────────────────────────── ────────────────────────────────
STEP 3 — Keywords rules (CRITICAL) STEP 3 — Keywords rules (CRITICAL)