Type something to search...

Embeddings

Personalizing UX for Agentic AI

Personalizing UX for Agentic AI

Fine-tuning AI Agents based on User personas for Enterprise Use-cases 1. Introduction The discussion around ChatGPT (in general, Generative AI), has now evolved into Agentic AI. Whil

Read More
Building Graph RAG for structured and unstructured data.

Building Graph RAG for structured and unstructured data.

RAG architecture is, by far, the most adapted and sophisticated solution for missing contextualisation of LLM’s. With no overhead of fine tuning, to a huge extent problems concerning the usage o

Read More
Building RAG for Product Recommendation using Google Gemini 2.0 API’s

Building RAG for Product Recommendation using Google Gemini 2.0 API’s

A Comparison of LangChain and Vertex AI RAG Engine on Amazon Product Data using Vertex AI Search Google has always seemed behind in the AI race, but with the release of Gemini 2.0

Read More
Gemini 2.0 Flash + Local Multimodal RAG + Context-aware Python Project: Easy AI/Chat for your Docs

Gemini 2.0 Flash + Local Multimodal RAG + Context-aware Python Project: Easy AI/Chat for your Docs

In this video, I have a super quick tutorial showing you how to create a local Multimodal RAG, Gemini 2.0 Flash and Context-aware response to make a powerful agent chatbot for your business or

Read More
How I Built an LLM App Based on Graph-RAG System with ChromaDB and Chainlit

How I Built an LLM App Based on Graph-RAG System with ChromaDB and Chainlit

End-to-end app with GUI and storing new knowledge on vector database in just 3 scripts Large language models (LLMs) and knowledge graphs are valuable tools to work with natural language proce

Read More
Are You Ready for the Future of AI? OpenAI’s Swarm Could Change Everything

Are You Ready for the Future of AI? OpenAI’s Swarm Could Change Everything

Learn how to configure and personalize OpenAI’s Swarm framework to create powerful, collaborative multi-agent systems that meet your unique needs and drive smarter automation Imagine a wo

Read More
Program a RAG LLM Chat App with LangChain + Streamlit + *o1, GTP-4o and Claude 3.5

Program a RAG LLM Chat App with LangChain + Streamlit + *o1, GTP-4o and Claude 3.5

Learn how to build a RAG web application using Python, Streamlit and LangChain, so you can chat with Documents, Websites and other custom data. GitHub Code: <https://github.com/enricd/rag_l

Read More
Leveraging Large Language Models (LLMs) in B2C Industries: Transforming Customer Experience with…

Leveraging Large Language Models (LLMs) in B2C Industries: Transforming Customer Experience with…

In the rapidly evolving landscape of B2C industries such as financial services, retail, and eCommerce, customer expectations for personalized and instant responses are at an all-time high. With

Read More
Why embedding matters when building a non-English RAG system — Multilingual embeddings

Why embedding matters when building a non-English RAG system — Multilingual embeddings

Why Embeddings are Key Embeddings are a cornerstone of modern generative AI, silently driving the functionality of many systems we interact with daily. At their simplest, embeddings are **num

Read More
Visualize your RAG Data — Evaluate your  Retrieval-Augmented Generation System with Ragas

Visualize your RAG Data — Evaluate your Retrieval-Augmented Generation System with Ragas

How to use UMAP dimensionality reduction for Embeddings to show multiple evaluation Questions and their relationships to source documents with Ragas, OpenAI, Langchain and ChromaDB Retrieval

Read More
Retrieval-Augmented Generation: Approaches, State of the Art, and Optimization Strategies

Retrieval-Augmented Generation: Approaches, State of the Art, and Optimization Strategies

⭐ RAG is particularly useful in knowledge-intensive scenarios or domain-specific applications that require knowledge that’s continually updating. RAG has been popularized recently with its app

Read More