Deep Dives
View sourceAI 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:
README.en.md: English deep-dive architecture document.README.vi.md: Tài liệu kiến trúc chuyên sâu bằng tiếng Việt.
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
- Learn AI Solution Architecture: bilingual English/Vietnamese course-style knowledge system synthesized from these repository deep dives.
Group 1: AI App / Agent Architecture
| Repository | English | Vietnamese |
|---|---|---|
| openai/openai-agents-python | README.en.md | README.vi.md |
| langchain-ai/langchain | README.en.md | README.vi.md |
| microsoft/autogen | README.en.md | README.vi.md |
| run-llama/llama_index | README.en.md | README.vi.md |
Group 2: Model Serving / Inference
| Repository | English | Vietnamese |
|---|---|---|
| vllm-project/vllm | README.en.md | README.vi.md |
| ggml-org/llama.cpp | README.en.md | README.vi.md |
| huggingface/transformers | README.en.md | README.vi.md |
Group 3: Fine-tuning / Training
| Repository | English | Vietnamese |
|---|---|---|
| huggingface/peft | README.en.md | README.vi.md |
| deepspeedai/DeepSpeed | README.en.md | README.vi.md |
Group 4: RAG / Vector Database
| Repository | English | Vietnamese |
|---|---|---|
| qdrant/qdrant | README.en.md | README.vi.md |
| chroma-core/chroma | README.en.md | README.vi.md |
Group 5: Observability / Evaluation / LLMOps
| Repository | English | Vietnamese |
|---|---|---|
| langfuse/langfuse | README.en.md | README.vi.md |
| Arize-ai/phoenix | README.en.md | README.vi.md |
| mlflow/mlflow | README.en.md | README.vi.md |
| truera/trulens | README.en.md | README.vi.md |
Group 6: Tooling / MCP / AI Platform
| Repository | English | Vietnamese |
|---|---|---|
| modelcontextprotocol/servers | README.en.md | README.vi.md |
| open-webui/open-webui | README.en.md | README.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.