mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-16 11:36:23 +08:00
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. |
||
|---|---|---|
| .. | ||
| ai_spam_scan.rb | ||
| create_ai_chat_reply.rb | ||
| create_ai_reply.rb | ||
| digest_rag_upload.rb | ||
| fast_track_topic_gist.rb | ||
| generate_chat_thread_title.rb | ||
| generate_embeddings.rb | ||
| generate_rag_embeddings.rb | ||
| post_sentiment_analysis.rb | ||
| shared_conversation_adjust_upload_security.rb | ||
| stream_discord_reply.rb | ||
| stream_post_helper.rb | ||
| stream_topic_ai_summary.rb | ||