-
Duplicate contents of
.env.template
to a new.env
file and replace the values accordingly. -
Run
./setup.sh
- Run
./run.sh
curl --request POST \
--url https://yourendpoint/indexes/yourindex/search \
--header 'Content-Type: application/json' \
--header 'X-API-Key: secretkey' \
--data '{
"q": "Space hippo",
"searchableAttributes": ["title", "content"],
"limit": 30,
"showHighlights": true,
"filter": "*:*",
"searchMethod": "TENSOR"
}'