curl --location --request POST 'http://localhost:8108/multi_search?q=swimming&conversation=true&conversation_model_id=conv-model-2' \
--header 'x-typesense-api-key: nkbN8NxhR9rl5GJtl2ytWj3RqC4HVX2b' \
--header 'Content-Type: application/json' \
--data-raw '{
"searches": [
{
"collection": "properties",
"query_by": "embedding",
"exclude_fields": "embedding"
}
]
}'
{
"message": "string"
}