How to augment your RAG architecture with Knowledge Graphs
There’s no doubt that in today’s data management and artificial intelligence landscape, Knowledge Graphs and Retrieval-Augmented Generation (RAG) techniques are becoming key players. In this blog post, we will explore how those models function, their interplay, and how you can use them right now in your projects using GraphRAG .
Juan Pablo Balarini
13 SEP 2024 | 5 MIN READ
Posts
Florencia Soldo
04 JUL 2024
Florencia Soldo
04 JUL 2024
Programming
Exploring the potential of Progressive Web Applications
It's a well-known fact that mobile applications dominate the digital landscape, which is why Progressive Web Applications (PWAs) have emerged as a revolutionary alternative to traditional apps. Blending the best of both web and app worlds, they provide users with a seamless interface experience while simplifying development for creators.
Juan Pablo Balarini
27 FEB 2024
Juan Pablo Balarini
27 FEB 2024
Programming
An introduction to RAG: Retrieval Augmented Generation explained
Do you ever find it frustrating when trying to get ChatGPT to provide specific responses, but it ends up giving you nonsense instead? Wouldn't it be great if you could give ChatGPT some relevant context and have it respond with something meaningful? In this article, we'll delve into the concept of RAG and its potential to address this very issue.
Juan Pablo Balarini
13 SEP 2024
Juan Pablo Balarini
13 SEP 2024
AI
How to augment your RAG architecture with Knowledge Graphs
There’s no doubt that in today’s data management and artificial intelligence landscape, Knowledge Graphs and Retrieval-Augmented Generation (RAG) techniques are becoming key players. In this blog post, we will explore how those models function, their interplay, and how you can use them right now in your projects using GraphRAG .
Santiago Bertinat
05 FEB 2024
Santiago Bertinat
05 FEB 2024
Programming
Creating a dynamic typeahead multi-select component with Rails, Alpine.js, and Tailwind
Multiselects are an essential component in nearly every web application, providing users with the ability to select multiple options from a list. While traditional HTML offers a basic multi-select feature, modern web apps demand a more intuitive and visually appealing solution. In this blog post, we'll explore how to create a dynamic Multiselect component using Rails, Alpine.js, and Tailwind CSS to enhance the user experience.
Ignacio Grondona
29 JAN 2024
Ignacio Grondona
29 JAN 2024
Programming
Dynamic forms made easy: Nested Select Fields with Hotwire
In modern web applications, interactive forms have become integral to delivering a seamless user experience. In this blog post, we will explore the implementation of Nested Select Fields using Stimulus and Hotwire, demonstrating how they can significantly enhance user interaction in a Ruby on Rails project.
Eugenia Arias
26 OCT 2023
Eugenia Arias
26 OCT 2023
Programming
Exploring Next.js-compatible libraries without Tailwind CSS for frontend development
While Tailwind CSS offers a versatile and efficient approach to styling, it may not be the ideal choice for every project due to its complex requirements and customization processes. In this post, we will explore alternative libraries that are Next.js and TypeScript-compatible but do not rely on Tailwind CSS.
Santiago Bertinat
05 OCT 2023
Santiago Bertinat
05 OCT 2023
Programming
Elevating user experience with turbo: maintaining scroll position made easy
Explore how ensure a seamless user experience by maintaining the user's scroll position with Turbo.
Facundo Spira
12 SEP 2023
Facundo Spira
12 SEP 2023
Programming
From chaos to clarity: the power of Conventional Commits
Conventional Commits provides a format for commit messages. Learn more about its benefits, structure and how to harness its power to boost collaboration in agile projects.
Juan Pablo Balarini
23 JUN 2023
Juan Pablo Balarini
23 JUN 2023
Programming
Exploring popular apps built with Node.js
Discover the power of Node.js and learn why it's the go-to framework for high-performance, scalable apps.