discourse-ai/assets/javascripts/initializers
Rafael dos Santos Silva 2c0f535bab
FEATURE: HyDE-powered semantic search. (#136)
* FEATURE: HyDE-powered semantic search.

It relies on the new outlet added on discourse/discourse#23390 to display semantic search results in an unobtrusive way.

We'll use a HyDE-backed approach for semantic search, which consists on generating an hypothetical document from a given keywords, which gets transformed into a vector and used in a asymmetric similarity topic search.

This PR also reorganizes the internals to have less moving parts, maintaining one hierarchy of DAOish classes for vector-related operations like transformations and querying.

Completions and vectors created by HyDE will remain cached on Redis for now, but we could later use Postgres instead.

* Missing translation and rate limiting

---------

Co-authored-by: Roman Rizzi <rizziromanalejandro@gmail.com>
2023-09-05 11:08:23 -03:00
..
ai-bot-replies.js FIX: ai_bot_allowed_groups now works with restricted visibility (#180) 2023-09-04 11:52:44 +10:00
composer-ai-helper.js FIX: Use base 10 when gettings allowed group IDs from settings. (#113) 2023-07-24 11:29:49 -03:00
related-topics.js FIX: Show related topics when scrolling long topics (#111) 2023-07-19 19:19:38 -03:00