Skip to content

Commit 61dbe25

Browse files
Add Cloud file upload size limitation (#3181)
1 parent d5fdc63 commit 61dbe25

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

learn/getting_started/cloud_quick_start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The final step in creating an index is to add data to it. Choose "File upload":
5151

5252
![Another modal window with three options. A red arrow points at the chosen option, "File upload"](/assets/images/cloud-getting-started/8-file-upload.png)
5353

54-
Meilisearch Cloud will ask you for your dataset. To follow along with this tutorial, use this <ButtonLink as="a" id="downloadMovie" href="/movies.json" download="movies.json">list of movies</ButtonLink>. Download the file to your computer, drag and drop it into the indicated area, then click on "Import documents":
54+
Meilisearch Cloud will ask you for your dataset. To follow along, use this <ButtonLink as="a" id="downloadMovie" href="/movies.json" download="movies.json">list of movies</ButtonLink>. Download the file to your computer, drag and drop it into the indicated area, then click on "Import documents":
5555

5656
![Another modal window with a large drag-and-drop area. It indicates a file named "movies.json" will be uploaded](/assets/images/cloud-getting-started/9-data-import.png)
5757

learn/resources/known_limitations.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ description: Meilisearch has a number of known limitations. These are hard limit
55

66
# Known limitations
77

8-
Currently, Meilisearch has a number of known limitations. Some of these limitations are the result of intentional design trade-offs, while others can be attributed to [LMDB](/learn/engine/storage), the key-value store that Meilisearch uses under the hood.
8+
Meilisearch has a number of known limitations. Some of these limitations are the result of intentional design trade-offs, while others can be attributed to [LMDB](/learn/engine/storage), the key-value store that Meilisearch uses under the hood.
99

10-
This guide covers hard limits that cannot be altered. Meilisearch also has some default limits that _can_ be changed, such as a [default payload limit of 100MB](/learn/self_hosted/configure_meilisearch_at_launch#payload-limit-size) and a [default search limit of 20 hits](/reference/api/search#limit).
10+
This article covers hard limits that cannot be altered. Meilisearch also has some default limits that _can_ be changed, such as a [default payload limit of 100MB](/learn/self_hosted/configure_meilisearch_at_launch#payload-limit-size) and a [default search limit of 20 hits](/reference/api/search#limit).
11+
12+
## Maximum Meilisearch Cloud upload size
13+
14+
**Limitation:** The maximum file upload size when using the Meilisearch Cloud interface is 20mb.
15+
16+
**Explanation:** Handling large files may result in degraded user experience and performance issues. To add datasets larger than 20mb to a Meilisearch Cloud project, use the [add documents endpoint](/reference/api/documents#add-or-replace-documents) or [`meilisearch-importer`](https://github.com/meilisearch/meilisearch-importer).
1117

1218
## Maximum number of query words
1319

0 commit comments

Comments
 (0)