
Supercharging RAG Information Retrieval with N8N and LightRAG
LightRAG takes your AI to the next level: it merges the power of LLMs with semantic graphs and structured data to generate accurate, contextual, and trustworthy answers.
LightRAG takes your AI to the next level: it merges the power of LLMs with semantic graphs and structured data to generate accurate, contextual, and trustworthy answers.
En este vídeo veremos en qué ocasiones los tests unitarios se vuelven demasiado complicados, debido al gran número de dependencias que debemos simular, o a…
En esta segunda parte veremos tests un poco más avanzados, donde es necesario simular (mockear) las dependencias de nuestra clase sujeto. Además, podremos ver un…
En este vídeo veremos, de forma muy resumida, cómo se puede crear un test unitario en Drupal. Crearemos un servicio muy simple y un test que compruebe que el servicio se comporta como esperamos.
Developing applications to run on AWS can become much simpler with a local setup. We will perform a complete S3 local service installation with Drupal and DDEV
Learn how to set up some quality tools with PHPStorm and DDEV: PHP_CodeSniffer, PHPStan, and others
Getting PHPStorm, DDEV, Drupal and PHPUnit to work together is not a trivial task. Read this guide to get up and running!
Debugging goes next level when it's done with a tool like Xdebug and through a debugging GUI like PHPStorm has.
The use of query objects is a great advance in clarity and expressiveness of the code. Read the details.