Hereβs a README.md tailored for your project:
This project serves as a sandbox environment for experimenting with the setup and functionality of InstructLab using knowledge.md and qna.yml. The lab content centers on the Composer AI v3 MVP Plan, which outlines a ground-up rebuild of the Composer AI platform using Llama Stack, vLLM, MCP, OpenShift AI, and GitOps practices.
solaius-ilabtest/
βββ knowledge.md # Markdown file used for ingesting structured context
βββ qna.yml # YAML file containing question/answer pairs for testing LLM performance
Contains a detailed overview of the Composer AI v3 MVP initiative, including:
- Technical & Functional Requirements
- Architecture and Deployment Plan
- RAG Pipeline and Vector DB setup
- MCP Integration & Evaluation Strategy
- Chat interface functionality
- Delivery Phases and Milestones
YAML file structured according to InstructLab's seed_examples format.
It includes:
- Context blocks sourced from the MVP document
- Associated Q&A pairs for fine-tuning or eval purposes
- A document outline and document metadata
This file supports quick testing and evaluation of language model knowledge after ingesting knowledge.md.
This lab is ideal for:
- Testing InstructLab ingestion and grounding accuracy
- Fine-tuning LLMs with structured Q&A based on internal specs
- Evaluating retrieval or hallucination risk from embedded knowledge
- Clone the repo
git clone https://github.com/solaius/ilabtest.git cd ilabtest
- Owner: solaius