mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security solution] AI Assistant Evals - maxConcurrency: 5
(#192225)
This commit is contained in:
parent
3e312c3e3c
commit
bbc9245235
1 changed files with 2 additions and 0 deletions
|
@ -332,6 +332,8 @@ export const postEvaluateRoute = (
|
|||
evaluators: [], // Evals to be managed in LangSmith for now
|
||||
experimentPrefix: name,
|
||||
client: new Client({ apiKey: langSmithApiKey }),
|
||||
// prevent rate limiting and unexpected multiple experiment runs
|
||||
maxConcurrency: 5,
|
||||
});
|
||||
logger.debug(`runResp:\n ${JSON.stringify(evalOutput, null, 2)}`);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue