You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/guides/python/llama-rag.mdx
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -525,7 +525,13 @@ config:
525
525
# We add more storage to the lambda function, so it can store the model
526
526
ephemeral-storage: 1024
527
527
```
528
-
<Note>When you set ephemeral storage above the default 512 MB, there may be additional charges based on the amount of storage and how long your function runs.</Note>
528
+
529
+
<Note>
530
+
When you set ephemeral storage above the default 512 MB, there may be
531
+
additional charges based on the amount of storage and how long your function
0 commit comments