diff --git a/img/synthetic_rag/synthetic_rag_1.png b/img/synthetic_rag/synthetic_rag_1.png new file mode 100644 index 0000000..e5500a2 Binary files /dev/null and b/img/synthetic_rag/synthetic_rag_1.png differ diff --git a/img/synthetic_rag/synthetic_rag_2.png b/img/synthetic_rag/synthetic_rag_2.png new file mode 100644 index 0000000..a346234 Binary files /dev/null and b/img/synthetic_rag/synthetic_rag_2.png differ diff --git a/img/synthetic_rag/synthetic_rag_3.png b/img/synthetic_rag/synthetic_rag_3.png new file mode 100644 index 0000000..3f2b7a2 Binary files /dev/null and b/img/synthetic_rag/synthetic_rag_3.png differ diff --git a/img/synthetic_rag/synthetic_rag_4.png b/img/synthetic_rag/synthetic_rag_4.png new file mode 100644 index 0000000..00802d7 Binary files /dev/null and b/img/synthetic_rag/synthetic_rag_4.png differ diff --git a/pages/applications/_meta.en.json b/pages/applications/_meta.en.json index bd79569..5903101 100644 --- a/pages/applications/_meta.en.json +++ b/pages/applications/_meta.en.json @@ -1,6 +1,7 @@ { "pal": "Program-Aided Language Models", "generating": "Generating Data", + "synthetic_rag": "Generating Synthetic Dataset for RAG", "coding": "Generating Code", "workplace_casestudy": "Graduate Job Classification Case Study", "pf": "Prompt Function" diff --git a/pages/applications/synthetic_rag.en.mdx b/pages/applications/synthetic_rag.en.mdx new file mode 100644 index 0000000..a9c1920 --- /dev/null +++ b/pages/applications/synthetic_rag.en.mdx @@ -0,0 +1,7 @@ +# Generating Synthetic Dataset for RAG + +import {Screenshot} from 'components/screenshot' +import IMG1 from '../../img/synthetic_rag/synthetic_rag_1.png' +import IMG2 from '../../img/synthetic_rag/synthetic_rag_2.png' +import IMG3 from '../../img/synthetic_rag/synthetic_rag_3.png' +import IMG4 from '../../img/synthetic_rag/synthetic_rag_4.png'