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
Copy file name to clipboardExpand all lines: meilisearch/index.py
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -506,6 +506,7 @@ def add_documents_raw(
506
506
The type of document. Type available: 'csv', 'json', 'jsonl'.
507
507
csv_delimiter:
508
508
One ASCII character used to customize the delimiter for CSV.
509
+
Note: The csv delimiter can only be used with the Content-Type text/csv.
509
510
510
511
Returns
511
512
-------
@@ -518,8 +519,10 @@ def add_documents_raw(
518
519
MeiliSearchApiError
519
520
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://docs.meilisearch.com/errors/#meilisearch-errors
The type of document. Type available: 'csv', 'json', 'jsonl'
654
657
csv_delimiter:
655
658
One ASCII character used to customize the delimiter for CSV.
659
+
Note: The csv delimiter can only be used with the Content-Type text/csv.
656
660
657
661
Returns
658
662
-------
@@ -665,7 +669,10 @@ def update_documents_raw(
665
669
MeiliSearchApiError
666
670
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://docs.meilisearch.com/errors/#meilisearch-errors
0 commit comments