discourse-ai/app/jobs/regular
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
..
ai_spam_scan.rb FEATURE: Add AI-powered spam detection for new user posts (#1004) 2024-12-12 09:17:25 +11:00
create_ai_chat_reply.rb FEATURE: Add support for contextualizing a DM to a bot (#627) 2024-05-21 17:17:02 +10:00
create_ai_reply.rb FEATURE: mentionable personas and random picker tool, context limits (#466) 2024-02-15 16:37:59 +11:00
digest_rag_upload.rb REFACTOR: A Simpler way of interacting with embeddings tables. (#1023) 2024-12-13 10:15:21 -03:00
fast_track_topic_gist.rb FIX: Make sure gists are atleast five minutes old before updating them (#1029) 2024-12-13 19:36:34 -03:00
generate_chat_thread_title.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
generate_embeddings.rb REFACTOR: Separation of concerns for embedding generation. (#1027) 2024-12-16 09:55:39 -03:00
generate_rag_embeddings.rb REFACTOR: Separation of concerns for embedding generation. (#1027) 2024-12-16 09:55:39 -03:00
post_sentiment_analysis.rb REFACTOR: Simplify sentiment classification (#977) 2024-11-28 15:38:23 -03:00
shared_conversation_adjust_upload_security.rb FIX: Secure/unsecure uploads when sharing AI conversations (#554) 2024-04-11 10:00:41 +10:00
stream_discord_reply.rb FEATURE: Discord Bot integration (#831) 2024-10-16 12:41:18 -03:00
stream_post_helper.rb FEATURE: Stream other post helper options (#745) 2024-08-08 11:32:39 -07:00
stream_topic_ai_summary.rb FEATURE: Make hot topic gists opt-in. (#846) 2024-10-21 15:15:25 -03:00