RAG From Scratch is an educational open-source project designed to teach developers how retrieval-augmented generation systems work by building them step by step. Instead of relying on complex frameworks or cloud services, the repository demonstrates the entire RAG pipeline using transparent and minimal implementations. The project walks through key concepts such as generating embeddings, building vector databases, retrieving relevant documents, and integrating the retrieved context into...
Started as a social bookmarking platform aimed at education professionals. The system allows posting of links and files, liking posts, adding tags for semantic search etc. Very early stages of development - probably quite a few holes in the code!