Category: AI
-
Do I need to know how to make software to build one using AI?
Many people who are learning to make software say, “You can’t do that without knowing how to code.” But that’s not always true. Some people who don’t know how to make software are still building great things using AI. They have already proved that it’s possible. When we say “software,” it can be anything—like a…
-
Building a RAG System with Ollama and LanceDB: A Comprehensive Tutorial
SkillHero tutorial walks through building a Retrieval-Augmented Generation (RAG) system for BBC News data using Ollama for embeddings and language modeling, and LanceDB for vector storage.