From 29dbd89a4810405b8483b2a5bebdbdbee27e60e2 Mon Sep 17 00:00:00 2001 From: Gregory Pereira Date: Sun, 15 Dec 2024 12:43:30 -0800 Subject: [PATCH] Mock data for testing Signed-off-by: Gregory Pereira --- .../engineering/mock_data/attribution.txt | 5 ++ knowledge/engineering/mock_data/qna.yaml | 52 +++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 knowledge/engineering/mock_data/attribution.txt create mode 100644 knowledge/engineering/mock_data/qna.yaml diff --git a/knowledge/engineering/mock_data/attribution.txt b/knowledge/engineering/mock_data/attribution.txt new file mode 100644 index 0000000..b7540ec --- /dev/null +++ b/knowledge/engineering/mock_data/attribution.txt @@ -0,0 +1,5 @@ +Title of work: mock data +Link to work: https://gist.githubusercontent.com/Gregory-Pereira/1ce24e2c048d9596d3fbc91e01ac1112/raw/f422768f7f05ba0d0c12943c95e87a1c38eb2032/mock-data-ilab-contribution.md +Revision: 1 +License of the work: MIT-2.0 +Creator names: Gregory Pereira diff --git a/knowledge/engineering/mock_data/qna.yaml b/knowledge/engineering/mock_data/qna.yaml new file mode 100644 index 0000000..b428d6b --- /dev/null +++ b/knowledge/engineering/mock_data/qna.yaml @@ -0,0 +1,52 @@ +created_by: Gregory-Pereira +version: 3 +domain: Testing mock data +document_outline: >- + This is some mock data that I will use to determine the structure of Ilab and + how it works. +seed_examples: + - context: '1' + questions_and_answers: + - question: a + answer: a + - question: b + answer: b + - question: c + answer: c + - context: '2' + questions_and_answers: + - question: a + answer: a + - question: b + answer: b + - question: c + answer: c + - context: '3' + questions_and_answers: + - question: a + answer: a + - question: b + answer: b + - question: c + answer: c + - context: '4' + questions_and_answers: + - question: a + answer: a + - question: b + answer: b + - question: c + answer: c + - context: '5' + questions_and_answers: + - question: a + answer: a + - question: b + answer: b + - question: c + answer: c +document: + repo: https://gist.github.com/Gregory-Pereira/1ce24e2c048d9596d3fbc91e01ac1112 + commit: 1ce24e2c048d9596d3fbc91e01ac1112 + patterns: + - mock-data-ilab-contribution.md