MPLS to SD-WAN network transformation for a freight forwarder with multiple remote sites.
MPLS Bandwidth Bottleneck
High MPLS Cost
Lack of Local Internet Access due to centralized security controls
Deploy FortiGate firewall at each remote office
Maintain MPLS for critical traffic
Use IPsec VPN over internet for non-critical traffic
Enable local internet breakout
IP Transit Connectivity Enhancement Project
Increase international internet capacity
Eliminate congestion between Hong Kong and overseas networks
Improve routing efficiency and latency for China and international traffic
Enhance network resilience through redundant transit paths
Deploy dual-path 10Gbps IP Transit connectivity to ensure high availability.
IP Prefix advertisement to upstream carriers
Route optimization for international and China-bound traffic
Hybrid Cloud Solution
The current Oracle license cannot be migrated directly to the public cloud.
All systems must comply with the company's "3+2+1" backup policy.
Improve routing efficiency and latency for China and international traffic
24×7 availability requirement
Hybrid Cloud Infrastructure
Virtualized compute environment using VMware ESXi
Data protection using Veeam Backup & Replication
24×7 monitoring and support services with 3+2+1 backup strategy
EDI Migration
Retailer → Supplier → Warehouse → Supplier → Retailer
Use LangChain & OpenAI LLM module to call OpenAI and display response.
Tools: Gradio + OpenAI API
LLM integration via OpenAI API
Modular pipeline using LangChain
Prompt templating for structured input
The application uses a Retrieval-Augmented Generation (RAG) architecture to ensure the LLM answers are based only on the uploaded PDF document.
This project is a PDF Chat Application that allows users to:
Tools: LangChain + Gradio + OpenAI API
load PDF using PyPDFLoader
Split text into chunks
Convert chunks into vector format & store in vector database (Chroma)
Retrieve relevant information from Chroma
Use Prompt Template with contect and question to build up Prompt
Generate answer using LLM
Powered by Ivan Chiu