Design Reference
This section contains the visual and logical design documentation for DrugSLM. While the API Reference documents what the code does, the Design Reference explains how and why systems are structured.
📐 Purpose
Design documentation serves to:
- Visualize workflows through sequence diagrams and flowcharts
- Document decisions and architectural trade-offs
- Guide implementation before writing code
- Facilitate onboarding for new contributors
📂 Modules
📊 Datasets
Data acquisition, transformation, and feature engineering workflows.
View Datasets Design →🧠 Models
Architecture definitions, adapter strategies, and RAG integration.
Coming soon⚡ Training
Training loops, objectives, and optimization workflows.
Coming soon📈 Evaluation
Metrics calculation and benchmark execution flows.
Coming soon🖥️ Interface
Chat UI, telemetry collection, and deployment pipelines.
Coming soon🧪 Experiments
Tracking, visualization, and reporting workflows.
Coming soonDiagram Standards: All diagrams follow the conventions defined in Architecture Standards.