We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a3f9a commit b9fa72dCopy full SHA for b9fa72d
.code-samples.meilisearch.yaml
@@ -379,7 +379,7 @@ documents_guide_add_movie_1: |-
379
}])
380
getting_started_check_task_status: |-
381
client.get_task(0)
382
-PLEASE_UPDATE_ME>>>>>>>>>>>>>getting_started_add_documents_md: |-
+getting_started_add_documents_md: |-
383
```bash
384
pip3 install meilisearch
385
```
@@ -388,7 +388,7 @@ PLEASE_UPDATE_ME>>>>>>>>>>>>>getting_started_add_documents_md: |-
388
import meilisearch
389
import json
390
391
- client = meilisearch.Client('http://localhost:7700')
+ client = meilisearch.Client('http://localhost:7700', 'aSampleMasterKey')
392
393
json_file = open('movies.json', encoding='utf-8')
394
movies = json.load(json_file)
0 commit comments