β™ŠοΈ GemiNews πŸ—žοΈ (dev)

Demo 1: Embeddings + Recommendation Demo 2: Bella RAGa Demo 3: NewRetriever Demo 4: Assistant function calling

πŸ—žοΈDetect Spam with AI

πŸ—ΏSemantically Similar Articles (by :title_embedding)

Detect Spam with AI

2023-11-05 - Dave Kimura (from Drifitng ruby)

We can create a small python service that uses a Large Language Model (LLM) to detect if a message is spam or not. Using this service, we can tie it into our Rails application so that any comment created will be evaluated for being spam or not. We explore a few different routes on handling any messages flagged as spam.

[Technology] 🌎 https://www.driftingruby.com/episodes/detect-spam-with-ai [🧠] [v2] article_embedding_description: {:llm_project_id=>"Unavailable", :llm_dimensions=>nil, :article_size=>493, :llm_embeddings_model_name=>"textembedding-gecko"}
[🧠] [v1/3] title_embedding_description: {:ricc_notes=>"[embed-v3] Fixed on 9oct24. Only seems incompatible at first glance with embed v1.", :llm_project_id=>"unavailable possibly not using Vertex", :llm_dimensions=>nil, :article_size=>493, :poly_field=>"title", :llm_embeddings_model_name=>"textembedding-gecko"}
[🧠] [v1/3] summary_embedding_description:
[🧠] As per bug https://github.com/palladius/gemini-news-crawler/issues/4 we can state this article belongs to titile/summary version: v3 (very few articles updated on 9oct24)

πŸ—Ώarticle.to_s

------------------------------
Title: Detect Spam with AI
[content]
We can create a small python service that uses a Large Language Model (LLM) to detect if a message is spam or not. Using this service, we can tie it into our Rails application so that any comment created will be evaluated for being spam or not. We explore a few different routes on handling any messages flagged as spam.
[/content]

Author: Dave Kimura
PublishedDate: 2023-11-05
Category: Technology
NewsPaper: Drifitng ruby
{"id"=>4201,
"title"=>"Detect Spam with AI",
"summary"=>nil,
"content"=>"We can create a small python service that uses a Large Language Model (LLM) to detect if a message is spam or not. Using this service, we can tie it into our Rails application so that any comment created will be evaluated for being spam or not. We explore a few different routes on handling any messages flagged as spam.",
"author"=>"Dave Kimura",
"link"=>"https://www.driftingruby.com/episodes/detect-spam-with-ai",
"published_date"=>Sun, 05 Nov 2023 00:00:00.000000000 UTC +00:00,
"image_url"=>nil,
"feed_url"=>"https://www.driftingruby.com/episodes/detect-spam-with-ai",
"language"=>nil,
"active"=>true,
"ricc_source"=>"feedjira::v1",
"created_at"=>Mon, 01 Apr 2024 20:13:17.501817000 UTC +00:00,
"updated_at"=>Mon, 21 Oct 2024 18:02:33.843937000 UTC +00:00,
"newspaper"=>"Drifitng ruby",
"macro_region"=>"Technology"}
Edit this article
Back to articles