Skip to main content

Supported AI Providers and Models

Prerequisites of Hardware & Software

Server Requirements

  • OS: Ubuntu 20.04+ (Linux)
  • CPU: 4+ cores
  • RAM: 16 GB minimum (32+ GB recommended)
  • Disk: 100 GB free + 10–100 GB storage for embeddings
  • GPU: Based on model matrix above

System Access

  • SSH access (terminal)
  • Admin/root rights to install software & Docker

TYPO3 Access

  • TYPO3 Backend System Administrator access

Network & Security

  • Open ports (e.g., 8000, 443)
  • SSL/TLS for public endpoints
  • Firewall as required

Required Software

  • Python 3.8+ with pip
  • Docker
  • NVIDIA GPU drivers + CUDA (if GPU used)
  • Python packages: - torch - transformers - sentence-transformers - others as required

Vector Database (Embedding/Search)

  • Local: ChromaDB (recommended)
  • Cloud-managed: Pinecone (recommended for large scale)

T3AS – Scope of Work (SOW) Custom AI LLM Integration

Scope Overview

  • Installation of LLM Model
  • Installation of required software & libraries
  • Pre-processing: chunking + embedding of all content
  • Secure embedding storage in:
    • On-prem: ChromaDB
    • Cloud: Pinecone
  • Deployment of on-prem open-source LLMs for RAG
  • Secure, documented FastAPI delivery
  • Daily/weekly incremental updates
  • Admin documentation
  • Onboarding & training

Workflow & Implementation Steps

  1. Automated Ingestion - Retrieve content from TYPO3 Database - Schedule recurring updates
  2. Data Processing & Embedding - Pre-process and chunk data - Generate semantic embeddings
  3. Vector Database Integration - Store embeddings in:
  • ChromaDB (on-prem)
  • Pinecone (cloud, if needed)
  1. LLM Deployment & API Layer
  2. Training & Handover - Admin/technical guide - Live training - Go-live support