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
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 .
AI
Beyond words: the AI approach to text generation
Efficiency is key in complex organizations and enterprises, and the ability to generate documents quickly and accurately can make a difference. What if a solution could streamline this process, saving you time and resources while ensuring accuracy and compliance?
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.
AI
Text summarization through AI: the power of clustering
Enterprises often struggle with managing documentation and condensing it into concise summaries, a task that can be both tedious and costly when relying on AI like GPT, which charges per token. To address this challenge, AI-driven clustering offers a solution, enabling efficient summarization and categorization of vast amounts of text.
Juan Pablo Balarini
28 MAR 2024
Juan Pablo Balarini
28 MAR 2024
AI
AI for global expansion: the Promote Global case
In global business expansion, challenges often arise in navigating through a labyrinth of data, multiple interfaces, and various information sources. However, with the right technological approach, these challenges can be transformed into opportunities for efficiency and growth.
Juan Pablo Balarini
28 MAR 2024
Juan Pablo Balarini
28 MAR 2024
AI
RAG integration: empowering document management with DocsHunter
At Eagerworks, we integrated RAG into our in-house AI products, such as Docs Hunter. Aiming at companies working through a vast array of documentation and information, Docs Hunter was specifically designed to streamline these processes, offering functionalities like summarization, Q&A, and the implementation of chatbots for your business.
Rosina Cataldo
22 MAR 2024
Rosina Cataldo
22 MAR 2024
Design
AI tools to boost design creativity
Will AI completely replace designers? AI is meant to enhance our processes rather than supplant human creativity entirely. In this article, I delve into the role of AI in design and its potential to boost our creative approach.
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.
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.