discourse-ai/spec/lib/modules/ai_bot
Roman Rizzi 534b0df391
REFACTOR: Separation of concerns for embedding generation. (#1027)
In a previous refactor, we moved the responsibility of querying and storing embeddings into the `Schema` class. Now, it's time for embedding generation.

The motivation behind these changes is to isolate vector characteristics in simple objects to later replace them with a DB-backed version, similar to what we did with LLM configs.
2024-12-16 09:55:39 -03:00
..
jobs/regular FEATURE: more accurate and faster titles (#791) 2024-09-03 15:52:20 +10:00
personas REFACTOR: Separation of concerns for embedding generation. (#1027) 2024-12-16 09:55:39 -03:00
tools REFACTOR: A Simpler way of interacting with embeddings tables. (#1023) 2024-12-13 10:15:21 -03:00
bot_spec.rb DEV: Remove old code now that features rely on LlmModels. (#729) 2024-07-30 13:44:57 -03:00
entry_point_spec.rb FEATURE: smarter persona tethering (#832) 2024-10-16 07:20:31 +11:00
playground_spec.rb FEATURE: AI Usage page (#964) 2024-11-29 06:26:48 +11:00
question_consolidator_spec.rb DEV: Remove old code now that features rely on LlmModels. (#729) 2024-07-30 13:44:57 -03:00
site_setting_extension_spec.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00