Skip to main content

Command Palette

Search for a command to run...

Part 5: Creating a working example in PHP and Laravel.

Updated
1 min read
D

Developer

Part 5 : Creating a working example in laravel.

We’ve created this example to demonstrate a basic RAG (Retrieval-Augmented Generation) implementation. It uses Laravel/PHP and SQLite, allowing you to run simple RAG queries within the application.

Here’s the repository:
https://github.com/debjit/http-rag

RAG Tutorial Using Open Source LLMs, Vector Database, and Curl

Part 1 of 5

This series will guide you through building a RAG system from the ground up, using open-source models. Our goal is to avoid vendor lock-in and reliance on third-party SDKs or wrappers, giving you full control and understanding.

Up next

Part 4: Generating Answers with LLMs and Enhancing Your RAG System

RAG Tutorial Using Open Source LLMs, Vector Database, and Curl Part 4