Local AI setup for development (RAG, Gemma etc.)

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
takeshin
Posts: 1
Joined: 08 Apr 2026, 16:42

Local AI setup for development (RAG, Gemma etc.)

Post by takeshin » 08 Apr 2026, 16:50

How do you set up your local AI agents to develop with Aimeos?

My current setup:

- RooCode + VS Code IDE
- Qdrant for codebase indexing (ollama)
- Gemma 4 (local instance served with LM Studio)

I'd like to train Gemma (RooCode) with all the knowledge from the Aimeos docs.
And possibly the Laravel docs too etc.

Looks like maybe MCP servers might help, but I'm not familiar with this.

For now the idea would be to create a local copy of the docs (web scraping? github repo?)
and add it as a sub-folder (indexed by Qdrant), but I'm not sure if it works with the scraped HTML.

I know that now Laravel has some AI tools available, helping with agentic development, but I'm not familiar with this yet.

What's your setup?
Any tips?

(latest Aimeos version, latest Laravel)