MeiliSearch/crates/meilisearch
Martin Tzvetanov Grigorov eb7230c2f6
Fixes #5669 - Enable chatCompletions experimental feature via CLI and ENV
https://www.meilisearch.com/docs/reference/api/chats#chat-completions-workspace-object
Currently the new `chatCompletions` feature could be enabled only via
```
curl \
  -X PATCH 'MEILISEARCH_URL/experimental-features/' \
  -H 'Content-Type: application/json' \
  --data-binary '{
    "chatCompletions": true
  }'
```

Now it will be possible to use
1) command line argument: `--experimental_chat_completions`
2) or environment variable:
   `export MEILI_EXPERIMENTAL_CHAT_COMPLETIONS=true`

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
2025-06-23 11:11:19 +03:00
..
src Fixes #5669 - Enable chatCompletions experimental feature via CLI and ENV 2025-06-23 11:11:19 +03:00
tests Merge pull request #5681 from martin-g/faster-settings-prefix_search_settings-it-tests 2025-06-18 09:20:56 +00:00
build.rs Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
Cargo.toml Remove old dependencies 2025-06-18 16:46:20 +02:00