Skip to content

Commit ef5d8c3

Browse files
committed
RDoc-3483 added a scheme of oneof the attached electric circuits
1 parent ed0b4b7 commit ef5d8c3

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
11.7 KB
Loading

docs/ai-integration/gen-ai-integration/process-attachments/processing-attachments_studio.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ import LanguageContent from "@site/src/components/LanguageContent";
4848
<Admonition type="note" title="">
4949

5050
Our example GenAI task sends the LLM documents from the `ElectricToys` collection.
51-
Each document of this collection has an image file named `electric-circuit.png` attached to it, that illustrates the electric circuit that operates the toy.
51+
Each document of this collection has an image file named `electric-circuit.png` attached to it, that illustrates a simple electric circuit that operates the toy. For example:
52+
53+
![An exmple for a scheme attached to one of the documents](./assets/gen-ai_attachment-example.png)
54+
5255
We want the LLM to analyze each circuit scheme, and return a short explanation of how the circuit operates.
5356
We will then embed this explanation in the original document.
5457
</Admonition>

0 commit comments

Comments
 (0)