Skip to content

Commit 4962a43

Browse files
MiriamScharnkeccreutzi
authored andcommitted
Add new example to readme
- added the new example to the example list in the main readme - created subsections in the example list for improved scanability and discoverability
1 parent f124f18 commit 4962a43

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,24 @@ For more information about how to connect to the different APIs from MATLAB, inc
6161
- [Ollama](/doc/Ollama.md)
6262

6363
# Examples
64-
64+
### Getting Started
6565
- [Process Generated Text in Real Time by Using ChatGPT in Streaming Mode](/examples/ProcessGeneratedTextinRealTimebyUsingChatGPTinStreamingMode.md)
6666
- [Process Generated Text in Real Time by Using Ollama in Streaming Mode](/examples/ProcessGeneratedTextInRealTimeByUsingOllamaInStreamingMode.md)
6767
- [Summarize Large Documents Using ChatGPT and MATLAB](/examples/SummarizeLargeDocumentsUsingChatGPTandMATLAB.md) (requires Text Analytics Toolbox™)
6868
- [Create Simple ChatBot](/examples/CreateSimpleChatBot.md) (requires Text Analytics Toolbox)
6969
- [Create Simple Ollama ChatBot](/examples/CreateSimpleOllamaChatBot.md) (requires Text Analytics Toolbox)
70+
### Agentic Workflows
71+
- [Solve Simple Math Problem Using AI Agent](/examples/SolveSimpleMathProblemUsingAIAgent.md)
72+
### Tool Calling
7073
- [Analyze Scientific Papers Using ChatGPT Function Calls](/examples/AnalyzeScientificPapersUsingFunctionCalls.md)
71-
- [Analyze Sentiment in Text Using ChatGPT and Structured Output](/examples/AnalyzeSentimentinTextUsingChatGPTwithStructuredOutput.md)
7274
- [Analyze Text Data Using Parallel Function Calls with ChatGPT](/examples/AnalyzeTextDataUsingParallelFunctionCallwithChatGPT.md)
7375
- [Analyze Text Data Using Parallel Function Calls with Ollama](/examples/AnalyzeTextDataUsingParallelFunctionCallwithOllama.md)
76+
### Structured Output
77+
- [Analyze Sentiment in Text Using ChatGPT and Structured Output](/examples/AnalyzeSentimentinTextUsingChatGPTwithStructuredOutput.md)
78+
### Retrieval-Augmented Generation (RAG)
7479
- [Retrieval-Augmented Generation Using ChatGPT and MATLAB](/examples/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.md) (requires Text Analytics Toolbox)
7580
- [Retrieval-Augmented Generation Using Ollama and MATLAB](/examples/RetrievalAugmentedGenerationUsingOllamaAndMATLAB.md) (requires Text Analytics Toolbox)
81+
### Image Workflows
7682
- [Describe Images Using ChatGPT](/examples/DescribeImagesUsingChatGPT.md)
7783
- [Using DALL·E To Edit Images](/examples/UsingDALLEToEditImages.md)
7884
- [Using DALL·E To Generate Images](/examples/UsingDALLEToGenerateImages.md)

0 commit comments

Comments
 (0)