Skip to content

Commit 2f52726

Browse files
authored
Merge pull request #45 from matlab-deep-learning/OllamaRAGExample
Add Ollama-based RAG example
2 parents f8acb3a + 6f79fa2 commit 2f52726

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
Binary file not shown.
Binary file not shown.

tests/texampleTests.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
105105
RetrievalAugmentedGenerationUsingChatGPTandMATLAB;
106106
end
107107

108+
function testRetrievalAugmentedGenerationUsingOllamaAndMATLAB(~)
109+
RetrievalAugmentedGenerationUsingOllamaAndMATLAB;
110+
end
111+
108112
function testSummarizeLargeDocumentsUsingChatGPTandMATLAB(~)
109113
SummarizeLargeDocumentsUsingChatGPTandMATLAB;
110114
end

0 commit comments

Comments
 (0)