Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit bc9232e

Browse files
formatting
1 parent e874a68 commit bc9232e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/guides/python/llama-rag.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,13 @@ config:
525525
# We add more storage to the lambda function, so it can store the model
526526
ephemeral-storage: 1024
527527
```
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
532+
runs.
533+
</Note>
534+
529535
We can then deploy using the following command:
530536
531537
```bash

0 commit comments

Comments
 (0)