diff --git a/examples/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.mlx b/examples/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.mlx index 1622a21..18927b6 100644 Binary files a/examples/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.mlx and b/examples/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.mlx differ diff --git a/tests/texampleTests.m b/tests/texampleTests.m index 5ba551f..bc484c9 100644 --- a/tests/texampleTests.m +++ b/tests/texampleTests.m @@ -43,6 +43,10 @@ function testSummarizeLargeDocumentsUsingChatGPTandMATLAB(~) function testAnalyzeTextDataUsingParallelFunctionCallwithChatGPT(~) AnalyzeTextDataUsingParallelFunctionCallwithChatGPT; end + + function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~) + RetrievalAugmentedGenerationUsingChatGPTandMATLAB; + end end end