Skip to content

marqo-ai/marqo-demo

Repository files navigation

Setting up the app for the first time

  1. Duplicate contents of .env.template to a new .env file and replace the values accordingly.

  2. Run ./setup.sh

Running the app in development

  1. Run ./run.sh

Sample curl requests

Simple Wiki

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"
            }'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published