AI Solution Architecture

Deep Dives

View source

AI Repository Architecture Documentation

This folder contains bilingual deep-dive architecture notes for 17 AI repositories checked out under github-repos/.

Mỗi repository có hai tài liệu Markdown:

The docs are written for senior developers and solution architects. They use clear language, repository-grounded source maps, and Mermaid diagrams for architecture, flows, operations, production readiness, and decision points.

Documentation Standard

Synthesized Knowledge System

Group 1: AI App / Agent Architecture

RepositoryEnglishVietnamese
openai/openai-agents-pythonREADME.en.mdREADME.vi.md
langchain-ai/langchainREADME.en.mdREADME.vi.md
microsoft/autogenREADME.en.mdREADME.vi.md
run-llama/llama_indexREADME.en.mdREADME.vi.md

Group 2: Model Serving / Inference

RepositoryEnglishVietnamese
vllm-project/vllmREADME.en.mdREADME.vi.md
ggml-org/llama.cppREADME.en.mdREADME.vi.md
huggingface/transformersREADME.en.mdREADME.vi.md

Group 3: Fine-tuning / Training

RepositoryEnglishVietnamese
huggingface/peftREADME.en.mdREADME.vi.md
deepspeedai/DeepSpeedREADME.en.mdREADME.vi.md

Group 4: RAG / Vector Database

RepositoryEnglishVietnamese
qdrant/qdrantREADME.en.mdREADME.vi.md
chroma-core/chromaREADME.en.mdREADME.vi.md

Group 5: Observability / Evaluation / LLMOps

RepositoryEnglishVietnamese
langfuse/langfuseREADME.en.mdREADME.vi.md
Arize-ai/phoenixREADME.en.mdREADME.vi.md
mlflow/mlflowREADME.en.mdREADME.vi.md
truera/trulensREADME.en.mdREADME.vi.md

Group 6: Tooling / MCP / AI Platform

RepositoryEnglishVietnamese
modelcontextprotocol/serversREADME.en.mdREADME.vi.md
open-webui/open-webuiREADME.en.mdREADME.vi.md

Validation

Run from workspace root:

powershell -ExecutionPolicy Bypass -File repo-architecture-docs\validate-docs.ps1

The script verifies that all expected bilingual docs exist, each has at least six Mermaid diagrams, obvious placeholder text is absent, and each document passes a stronger depth sanity check.