new MAX_SHOP_RESULTS_IN_PROMPT from 8 to 24
This commit is contained in:
@@ -37,7 +37,7 @@ class PromptBuilderConfig{
|
|||||||
* The shop search may return many candidates, but the LLM should only see
|
* The shop search may return many candidates, but the LLM should only see
|
||||||
* the most relevant top subset after local reranking.
|
* the most relevant top subset after local reranking.
|
||||||
*/
|
*/
|
||||||
public const MAX_SHOP_RESULTS_IN_PROMPT = 8;
|
public const MAX_SHOP_RESULTS_IN_PROMPT = 24;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Technical product prompts should be answered like documentation,
|
* Technical product prompts should be answered like documentation,
|
||||||
|
|||||||
Reference in New Issue
Block a user