Solving My Hacker News Problem with AI (Full Code)
👊 Become a member and get access to GitHub and Code:
https://www.youtube.com/c/AllAboutAI/join
GitHub:
https://github.com/AllAboutAI-YT/hackernews-llm-search
🤖 Great AI Engineer Course:
https://scrimba.com/learn/aiengineer?ref=allabtai
📧 Join the newsletter:
https://www.allabtai.com/newsletter/
🌐 My website:
https://www.allabtai.com
Open Source Projects:
https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2
In this video I create python code to search HackerNews using semantic search with embeddings. Great way to collect data for you own use cases using RAG and LLMs, pick between a local model or a bigger closed model.
00:00 HackerNews AI Search Intro
02:37 Flowchart
03:55 Hacker News LLM Search Code
05:55 Tests
09:41 Conclusion