discourse-ai/spec
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
..
fixtures/embeddings FEATURE: Embeddings to main db (#99) 2023-07-13 12:41:36 -03:00
lib/modules FEATURE: HyDE-powered semantic search. (#136) 2023-09-05 11:08:23 -03:00
models FEATURE: Multi-model support for the AI Bot module. (#56) 2023-05-11 10:03:03 -03:00
requests FEATURE: HyDE-powered semantic search. (#136) 2023-09-05 11:08:23 -03:00
serializers FIX: Serialize channel title for DMs (#90) 2023-06-16 14:37:16 -03:00
shared FEATURE: add initial support for personas (#172) 2023-08-30 16:15:03 +10:00
support FEATURE: port to use claude-2 for chat bot (#114) 2023-07-27 11:24:44 +10:00
system FIX: ai_bot_allowed_groups now works with restricted visibility (#180) 2023-09-04 11:52:44 +10:00
plugin_spec.rb DEV: DiscourseAI -> DiscourseAi rename to have consistent folders and files (#9) 2023-03-14 16:03:50 -03:00