discourse-ai/app/controllers/discourse_ai
Sam cabecb801e
FEATURE: disable rate limiting when skipping hyde (#793)
Embedding search is rate limited due to potentially expensive
hyde operation (which require LLM access).

Embedding generally is very cheap compared to it. (usually 100x cheaper)

This raises the limit to 100 per minute for embedding searches,
while keeping the old 4 per minute for HyDE powered search.
2024-09-04 15:51:01 +10:00
..
admin FEATURE: Initial support for seeded LLMs (#756) 2024-08-28 15:57:58 -03:00
ai_bot DEV: Use explicit serializers for all models (#691) 2024-06-27 10:43:00 -03:00
ai_helper DEV: Clearly separate post/composer helper settings (#747) 2024-08-12 15:40:23 -07:00
embeddings FEATURE: disable rate limiting when skipping hyde (#793) 2024-09-04 15:51:01 +10:00
summarization FIX: more robust summary implementation (#750) 2024-08-13 08:47:47 -03:00