diff --git a/examples/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.mlx b/examples/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.mlx index d984df4..9c6d61e 100644 Binary files a/examples/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.mlx and b/examples/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.mlx differ diff --git a/examples/RetrievalAugmentedGenerationUsingOllamaAndMATLAB.mlx b/examples/RetrievalAugmentedGenerationUsingOllamaAndMATLAB.mlx new file mode 100644 index 0000000..c248ba0 Binary files /dev/null and b/examples/RetrievalAugmentedGenerationUsingOllamaAndMATLAB.mlx differ diff --git a/tests/texampleTests.m b/tests/texampleTests.m index de184d3..a9864d1 100644 --- a/tests/texampleTests.m +++ b/tests/texampleTests.m @@ -105,6 +105,10 @@ function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~) RetrievalAugmentedGenerationUsingChatGPTandMATLAB; end + function testRetrievalAugmentedGenerationUsingOllamaAndMATLAB(~) + RetrievalAugmentedGenerationUsingOllamaAndMATLAB; + end + function testSummarizeLargeDocumentsUsingChatGPTandMATLAB(~) SummarizeLargeDocumentsUsingChatGPTandMATLAB; end