-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathai.drawio
More file actions
25 lines (25 loc) · 5.09 KB
/
ai.drawio
File metadata and controls
25 lines (25 loc) · 5.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0" version="27.1.6">
<diagram name="Page-1" id="cea-h8DMVfX1R-KXLwyN">
<mxGraphModel dx="1017" dy="514" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="N-INbL_eP4r596bO7esT-1" value=" enterprise AI feature development with LLMs" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxGeometry x="250" y="70" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="N-INbL_eP4r596bO7esT-2" value="<ul><li>AI use cases</li><li>LLMs&nbsp;</li><li>domain-specific fine-tuning</li><li>data privacy</li><li>&nbsp;integration for scalable and secure deployments</li></ul>" style="text;html=1;align=left;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxGeometry x="30" y="230" width="250" height="40" as="geometry" />
</mxCell>
<mxCell id="N-INbL_eP4r596bO7esT-3" value="<h1 style="margin-top: 0px;"><ul><li>Common Use Cases</li></ul></h1><ul><li data-end="508" data-start="384"><p data-end="508" data-start="386">What AI features do you want? (e.g., text summarization, question answering, code generation, chatbots, document analysis)</p></li><li data-end="598" data-start="509"><p data-end="598" data-start="511">What’s your data domain? (enterprise docs, customer chats, domain-specific terminology)</p></li><li data-end="598" data-start="509"><p data-end="598" data-start="511"><span style="background-color: transparent; color: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));">How will users interact? (API, UI, batch processing)</span></p></li></ul>" style="text;html=1;whiteSpace=wrap;overflow=hidden;rounded=0;" vertex="1" parent="1">
<mxGeometry x="425" y="90" width="395" height="190" as="geometry" />
</mxCell>
<mxCell id="N-INbL_eP4r596bO7esT-4" value="<h3 data-end="802" data-start="724"><ul><li><span style="font-weight: normal;">Option A: Use Pretrained LLMs with Prompt Engineering (Most Common &amp; Fast)</span></li></ul></h3><ul data-end="1391" data-start="1136"><li data-end="904" data-start="804"><p data-end="904" data-start="806">Use existing models like OpenAI’s GPT, Anthropic, Cohere, or open-source models (Llama 2, Falcon).</p></li><li data-end="904" data-start="804"><p data-end="904" data-start="806"><span style="background-color: transparent; color: light-dark(rgb(0, 0, 0), rgb(255, 255, 255));">Design prompts to guide the model for your tasks without retraining.</span></p></li><li data-end="1057" data-start="976"><p data-end="1057" data-start="978">Examples: Provide examples in prompts, set instructions, use few-shot learning.</p></li><li>Option B: Fine-tune a Pretrained Model on Your Data (Domain Adaptation)</li><li data-end="1204" data-start="1136"><p data-end="1204" data-start="1138">Take a base LLM and fine-tune it on your enterprise-specific text.</p></li><li data-end="1249" data-start="1205"><p data-end="1249" data-start="1207">Requires labeled data or relevant corpora.</p></li><li data-end="1291" data-start="1250"><p data-end="1291" data-start="1252">Improves model accuracy on your domain.</p></li><li data-end="1391" data-start="1292"><p data-end="1391" data-start="1294">Use frameworks like Hugging Face Transformers, OpenAI’s fine-tuning API, or tools like LangChain.</p></li></ul><div><br></div>" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxGeometry x="25" y="480" width="400" height="30" as="geometry" />
</mxCell>
<mxCell id="N-INbL_eP4r596bO7esT-5" value="Pretrained APIs or open-source + fine-tuning" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxGeometry x="500" y="330" width="200" height="30" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>