AI engineering
RAG inside a Laravel app, without a Python service
You do not need a separate stack to do retrieval properly. Here is the setup I use — embeddings, vector search and an evaluation loop — living inside the PHP app that already owns the data.