MeiliSearch/crates/index-scheduler
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
Cargo.toml Upgrade incompatible dependencies 2025-06-17 22:23:37 +02:00