discourse-ai/app/jobs/regular
Roman Rizzi 283445cf81
FIX: RAG uploader must support multi-file indexing. (#592)
Updating the editing model's rag_uploads in the editor component broke multi-file uploading. Instead, we'll keep the uploads in the uploader and update the model when we finish.

This PR also fast-tracks the initial update so we can show feedback to the user quickly, and allows uploading MD files.

Bug reported on https://meta.discourse.org/t/discourse-ai-persona-upload-support/304049/11
2024-04-25 10:48:55 -03: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 FIX: RAG uploader must support multi-file indexing. (#592) 2024-04-25 10:48:55 -03:00
evaluate_post_uploads.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
generate_chat_thread_title.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
generate_embeddings.rb FIX: Don't try to generate embeddings of posts in deleted topics (#433) 2024-01-18 16:10:25 -03:00
generate_rag_embeddings.rb FEATURE: allow tuning of RAG generation (#565) 2024-04-12 10:32:46 -03:00
post_sentiment_analysis.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11: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_post_helper.rb FEATURE: Share conversations with AI via a URL (#521) 2024-03-12 16:51:41 +11:00
toxicity_classify_chat_message.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
toxicity_classify_post.rb DEV: port directory structure to Zeitwerk (#319) 2023-11-29 15:17:46 +11:00
update_ai_bot_pm_title.rb DEV: improve internal design of ai persona and bug fix (#495) 2024-02-28 16:46:32 +11:00