Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knowledge: Mock data for testing #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions knowledge/engineering/mock_data/attribution.txt
Original file line number Diff line number Diff line change
@@ -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
52 changes: 52 additions & 0 deletions knowledge/engineering/mock_data/qna.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading