discourse-ai/assets/javascripts/initializers
Sam a66b1042cc
FEATURE: scale up result count for search depending on model (#346)
We were limiting to 20 results unconditionally cause we had to make
sure search always fit in an 8k context window.

Models such as GPT 3.5 Turbo (16k) and GPT 4 Turbo / Claude 2.1 (over 150k)
allow us to return a lot more results.

This means we have a much richer understanding cause context is far
larger.

This also allows a persona to tweak this number, in some cases admin
may want to be conservative and save on tokens by limiting results

This also tweaks the `limit` param which GPT-4 liked to set to tell
model only to use it when it needs to (and describes default behavior)
2023-12-11 16:54:16 +11:00
..
ai-bot-replies.js FEATURE: scale up result count for search depending on model (#346) 2023-12-11 16:54:16 +11:00
ai-semantic-search.js DEV: Mix semantic search results with normal results (#278) 2023-11-17 12:46:59 -08:00
related-topics.js FIX: Show related topics when scrolling long topics (#111) 2023-07-19 19:19:38 -03:00