1
+ <deployment-project plugin="plugin.toolbox" plugin-version="1.0">
2
+ <configuration file="/System/Volumes/Data/mathworks/devel/sandbox/ccreutzi/llms-with-matlab/toolboxPackaging.prj" location="/System/Volumes/Data/mathworks/devel/sandbox/ccreutzi/llms-with-matlab" name="toolboxPackaging" target="target.toolbox" target-name="Package Toolbox">
3
+ <param.appname>LLMs with MATLAB®</param.appname>
4
+ <param.authnamewatermark>MathWorks Text Analytics Toolbox Team</param.authnamewatermark>
5
+ <param.email />
6
+ <param.company>The MathWorks, Inc.</param.company>
7
+ <param.summary>Large Language Models (LLMs) with MATLAB</param.summary>
8
+ <param.description>Connect MATLAB® to the OpenAI® Chat Completions API (which powers ChatGPT™), OpenAI Images API (which powers DALL·E™), Azure® OpenAI Service, and both local and nonlocal Ollama™ models.</param.description>
9
+ <param.screenshot>${PROJECT_ROOT}/images/toolboxPackaging.png</param.screenshot>
10
+ <param.version>3.3.0</param.version>
11
+ <param.output>${PROJECT_ROOT}/LLMs with MATLAB®.mltbx</param.output>
12
+ <param.products.name />
13
+ <param.products.id />
14
+ <param.products.version />
15
+ <param.platforms />
16
+ <param.guid>e1d578f3-4375-4f36-9e04-62c18dbd533f</param.guid>
17
+ <param.exclude.filters />
18
+ <param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
19
+ <param.examples><?xml version="1.0" encoding="utf-8"?>
20
+ <examples>
21
+ <exampleCategory name="examples">
22
+ <example name="AnalyzeScientificPapersUsingFunctionCalls" type="html">
23
+ <file type="source">/examples/html/AnalyzeScientificPapersUsingFunctionCalls.html</file>
24
+ <file type="main">/examples/AnalyzeScientificPapersUsingFunctionCalls.mlx</file>
25
+ <file type="thumbnail"/>
26
+ </example>
27
+ <example name="AnalyzeSentimentinTextUsingChatGPTinJSONMode" type="html">
28
+ <file type="source">/examples/html/AnalyzeSentimentinTextUsingChatGPTinJSONMode.html</file>
29
+ <file type="main">/examples/AnalyzeSentimentinTextUsingChatGPTinJSONMode.mlx</file>
30
+ <file type="thumbnail"/>
31
+ </example>
32
+ <example name="AnalyzeTextDataUsingParallelFunctionCallwithChatGPT" type="html">
33
+ <file type="source">/examples/html/AnalyzeTextDataUsingParallelFunctionCallwithChatGPT.html</file>
34
+ <file type="main">/examples/AnalyzeTextDataUsingParallelFunctionCallwithChatGPT.mlx</file>
35
+ <file type="thumbnail"/>
36
+ </example>
37
+ <example name="CreateSimpleChatBot" type="html">
38
+ <file type="source">/examples/html/CreateSimpleChatBot.html</file>
39
+ <file type="main">/examples/CreateSimpleChatBot.mlx</file>
40
+ <file type="thumbnail"/>
41
+ </example>
42
+ <example name="CreateSimpleOllamaChatBot" type="html">
43
+ <file type="source">/examples/html/CreateSimpleOllamaChatBot.html</file>
44
+ <file type="main">/examples/CreateSimpleOllamaChatBot.mlx</file>
45
+ <file type="thumbnail"/>
46
+ </example>
47
+ <example name="DescribeImagesUsingChatGPT" type="html">
48
+ <file type="source">/examples/html/DescribeImagesUsingChatGPT.html</file>
49
+ <file type="main">/examples/DescribeImagesUsingChatGPT.mlx</file>
50
+ <file type="thumbnail"/>
51
+ </example>
52
+ <example name="InformationRetrievalUsingOpenAIDocumentEmbedding" type="html">
53
+ <file type="source">/examples/html/InformationRetrievalUsingOpenAIDocumentEmbedding.html</file>
54
+ <file type="main">/examples/InformationRetrievalUsingOpenAIDocumentEmbedding.mlx</file>
55
+ <file type="thumbnail"/>
56
+ </example>
57
+ <example name="ProcessGeneratedTextInRealTimeByUsingOllamaInStreamingMode" type="html">
58
+ <file type="source">/examples/html/ProcessGeneratedTextInRealTimeByUsingOllamaInStreamingMode.html</file>
59
+ <file type="main">/examples/ProcessGeneratedTextInRealTimeByUsingOllamaInStreamingMode.mlx</file>
60
+ <file type="thumbnail"/>
61
+ </example>
62
+ <example name="ProcessGeneratedTextinRealTimebyUsingChatGPTinStreamingMode" type="html">
63
+ <file type="source">/examples/html/ProcessGeneratedTextinRealTimebyUsingChatGPTinStreamingMode.html</file>
64
+ <file type="main">/examples/ProcessGeneratedTextinRealTimebyUsingChatGPTinStreamingMode.mlx</file>
65
+ <file type="thumbnail"/>
66
+ </example>
67
+ <example name="RetrievalAugmentedGenerationUsingChatGPTandMATLAB" type="html">
68
+ <file type="source">/examples/html/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.html</file>
69
+ <file type="main">/examples/RetrievalAugmentedGenerationUsingChatGPTandMATLAB.mlx</file>
70
+ <file type="thumbnail"/>
71
+ </example>
72
+ <example name="RetrievalAugmentedGenerationUsingOllamaAndMATLAB" type="html">
73
+ <file type="source">/examples/html/RetrievalAugmentedGenerationUsingOllamaAndMATLAB.html</file>
74
+ <file type="main">/examples/RetrievalAugmentedGenerationUsingOllamaAndMATLAB.mlx</file>
75
+ <file type="thumbnail"/>
76
+ </example>
77
+ <example name="SummarizeLargeDocumentsUsingChatGPTandMATLAB" type="html">
78
+ <file type="source">/examples/html/SummarizeLargeDocumentsUsingChatGPTandMATLAB.html</file>
79
+ <file type="main">/examples/SummarizeLargeDocumentsUsingChatGPTandMATLAB.mlx</file>
80
+ <file type="thumbnail"/>
81
+ </example>
82
+ <example name="UsingDALLEToEditImages" type="html">
83
+ <file type="source">/examples/html/UsingDALLEToEditImages.html</file>
84
+ <file type="main">/examples/UsingDALLEToEditImages.mlx</file>
85
+ <file type="thumbnail"/>
86
+ </example>
87
+ <example name="UsingDALLEToGenerateImages" type="html">
88
+ <file type="source">/examples/html/UsingDALLEToGenerateImages.html</file>
89
+ <file type="main">/examples/UsingDALLEToGenerateImages.mlx</file>
90
+ <file type="thumbnail"/>
91
+ </example>
92
+ </exampleCategory>
93
+ </examples></param.examples>
94
+ <param.demosxml />
95
+ <param.apps />
96
+ <param.registered.apps />
97
+ <param.docs />
98
+ <param.getting.started.guide />
99
+ <param.matlabpath.excludes />
100
+ <param.javaclasspath.excludes />
101
+ <param.exported.on.package>true</param.exported.on.package>
102
+ <param.required.addons />
103
+ <param.matlab.project.id />
104
+ <param.matlab.project.name />
105
+ <param.release.start>R2024a</param.release.start>
106
+ <param.release.end>latest</param.release.end>
107
+ <param.release.current.only>false</param.release.current.only>
108
+ <param.compatiblity.windows>true</param.compatiblity.windows>
109
+ <param.compatiblity.macos>true</param.compatiblity.macos>
110
+ <param.compatiblity.linux>true</param.compatiblity.linux>
111
+ <param.compatiblity.matlabonline>true</param.compatiblity.matlabonline>
112
+ <param.installation.map />
113
+ <param.additional.sw.names />
114
+ <param.additional.sw.licenses />
115
+ <param.additional.sw.win.url />
116
+ <param.additional.sw.mac.url />
117
+ <param.additional.sw.linux.url />
118
+ <unset>
119
+ <param.email />
120
+ <param.output />
121
+ <param.products.name />
122
+ <param.products.id />
123
+ <param.products.version />
124
+ <param.platforms />
125
+ <param.exclude.filters />
126
+ <param.exclude.pcodedmfiles />
127
+ <param.demosxml />
128
+ <param.apps />
129
+ <param.registered.apps />
130
+ <param.docs />
131
+ <param.getting.started.guide />
132
+ <param.matlabpath.excludes />
133
+ <param.javaclasspath.excludes />
134
+ <param.required.addons />
135
+ <param.matlab.project.id />
136
+ <param.matlab.project.name />
137
+ <param.release.current.only />
138
+ <param.compatiblity.windows />
139
+ <param.compatiblity.macos />
140
+ <param.compatiblity.linux />
141
+ <param.compatiblity.matlabonline />
142
+ <param.installation.map />
143
+ <param.additional.sw.names />
144
+ <param.additional.sw.licenses />
145
+ <param.additional.sw.win.url />
146
+ <param.additional.sw.mac.url />
147
+ <param.additional.sw.linux.url />
148
+ </unset>
149
+ <fileset.rootdir>
150
+ <file>${PROJECT_ROOT}/toolbox</file>
151
+ </fileset.rootdir>
152
+ <fileset.rootfiles>
153
+ <file>${PROJECT_ROOT}/toolbox/+llms</file>
154
+ <file>${PROJECT_ROOT}/toolbox/._azureChat.m</file>
155
+ <file>${PROJECT_ROOT}/toolbox/._messageHistory.m</file>
156
+ <file>${PROJECT_ROOT}/toolbox/._ollamaChat.m</file>
157
+ <file>${PROJECT_ROOT}/toolbox/._openAIChat.m</file>
158
+ <file>${PROJECT_ROOT}/toolbox/azureChat.m</file>
159
+ <file>${PROJECT_ROOT}/toolbox/demos.xml</file>
160
+ <file>${PROJECT_ROOT}/toolbox/examples</file>
161
+ <file>${PROJECT_ROOT}/toolbox/extractOpenAIEmbeddings.m</file>
162
+ <file>${PROJECT_ROOT}/toolbox/messageHistory.m</file>
163
+ <file>${PROJECT_ROOT}/toolbox/ollamaChat.m</file>
164
+ <file>${PROJECT_ROOT}/toolbox/openAIChat.m</file>
165
+ <file>${PROJECT_ROOT}/toolbox/openAIFunction.m</file>
166
+ <file>${PROJECT_ROOT}/toolbox/openAIImages.m</file>
167
+ <file>${PROJECT_ROOT}/toolbox/openAIMessages.m</file>
168
+ </fileset.rootfiles>
169
+ <fileset.depfun.included />
170
+ <fileset.depfun.excluded>
171
+ <file>${PROJECT_ROOT}/papers_to_read.csv</file>
172
+ </fileset.depfun.excluded>
173
+ <fileset.package />
174
+ <build-deliverables>
175
+ <file location="${PROJECT_ROOT}" name="LLMs with MATLAB®.mltbx" optional="false">/System/Volumes/Data/mathworks/devel/sandbox/ccreutzi/llms-with-matlab/LLMs with MATLAB®.mltbx</file>
176
+ </build-deliverables>
177
+ <workflow />
178
+ <matlab>
179
+ <root>/System/Volumes/Data/mathworks/devel/jobarchive/Btext/.zfs/snapshot/Btext.2703056.pass.ja1/current/build/matlab</root>
180
+ <toolboxes>
181
+ <toolbox name="matlabcoder" />
182
+ <toolbox name="embeddedcoder" />
183
+ <toolbox name="fixedpoint" />
184
+ <toolbox name="neuralnetwork" />
185
+ </toolboxes>
186
+ <toolbox>
187
+ <matlabcoder>
188
+ <enabled>true</enabled>
189
+ </matlabcoder>
190
+ </toolbox>
191
+ <toolbox>
192
+ <embeddedcoder>
193
+ <enabled>true</enabled>
194
+ </embeddedcoder>
195
+ </toolbox>
196
+ <toolbox>
197
+ <fixedpoint>
198
+ <enabled>true</enabled>
199
+ </fixedpoint>
200
+ </toolbox>
201
+ <toolbox>
202
+ <neuralnetwork>
203
+ <enabled>true</enabled>
204
+ </neuralnetwork>
205
+ </toolbox>
206
+ </matlab>
207
+ <platform>
208
+ <unix>true</unix>
209
+ <mac>true</mac>
210
+ <windows>false</windows>
211
+ <win2k>false</win2k>
212
+ <winxp>false</winxp>
213
+ <vista>false</vista>
214
+ <linux>false</linux>
215
+ <solaris>false</solaris>
216
+ <osver>14.5</osver>
217
+ <os32>true</os32>
218
+ <os64>false</os64>
219
+ <arch>maci64</arch>
220
+ <matlab>true</matlab>
221
+ </platform>
222
+ </configuration>
223
+ </deployment-project>
0 commit comments