GenAI

GenAI

392 bookmarks
Newest
What Is GraphRAG?
What Is GraphRAG?
GraphRAG is a powerful retrieval mechanism that improves Generative AI applications by taking advantage of the rich context in graph data structures.
·neo4j.com·
What Is GraphRAG?
An Overview of Late Interaction Retrieval Models: ColBERT, ColPali, and ColQwen
An Overview of Late Interaction Retrieval Models: ColBERT, ColPali, and ColQwen
Late interaction allow for semantically rich interactions that enable a precise retrieval process across different modalities of unstructured data, including text and images.
In this context, “interaction” refers to the process of assessing how well a document matches a given search query by comparing their representations.
A dense retrieval model is a model that uses some type of neural network architecture to retrieve relevant documents for a search query.
Traditional methods for retrieval commonly use “no-interaction” retrieval models. In this case, the search query and documents are processed separately
Advantages of no-interaction retrieval models are primarily that they are fast and computationally efficient
These characteristics make full interaction models great for second-stage retrieval, like reranking a curated set of candidate documents
extremely computationally expensive
contextually rich
scalable and contextually rich
storage requirements - they require an embedding for each token, which requires a lot more storage for a complete set of vectors
Disadvantages of no-interaction retrieval models lie in the lack of interaction between the search query and the documents.
multimodal late interaction retrieval models
vision language models (VLMs) instead of text-only models
·weaviate.io·
An Overview of Late Interaction Retrieval Models: ColBERT, ColPali, and ColQwen
The "think" tool: Enabling Claude to stop and think \ Anthropic
The "think" tool: Enabling Claude to stop and think \ Anthropic
A blog post for developers, describing a new method for complex tool-use situations
The primary evaluation metric used in τ-bench is pass^k, which measures the probability that all k independent task trials are successful for a given task, averaged across all tasks. Unlike the pass@k metric that is common for other LLM evaluations (which measures if at least one of k trials succeeds), pass^k evaluates consistency and reliability—critical qualities for customer service applications where consistent adherence to policies is essential.
·anthropic.com·
The "think" tool: Enabling Claude to stop and think \ Anthropic
LangChain (@LangChainAI) on X
LangChain (@LangChainAI) on X
Understanding multi-agent handoffs Handoffs are a central concept in multi-agent systems. LangGraph swarm is built on them. But, they can be hard to understand. Here, we break-down the swarm handoff mechanism. 📽️: https://t.co/YkSCFeg9A8
·x.com·
LangChain (@LangChainAI) on X
A Visual Guide to LLM Agents
A Visual Guide to LLM Agents
Explore the main components of what makes LLM Agents special.
An agent is anything that can be viewed as perceiving its environment through sensors and acting upon that environment through actuators.
Agents interact with their environment and typically consist of several important components
chain-of-thought
This is where planning comes in. Planning in LLM Agents involves breaking a given task up into actionable steps.
reasoning” and “thinking” a bit loosely as we can argue whether this is human-like thinking or merely breaking the answer down to structured steps.
without any examples (zero-shot prompting)
Providing examples (also called few-shot prompting7)
ReAct
Reflecting
These Multi-Agent systems usually consist of specialized Agents, each equipped with their own toolset and overseen by a supervisor.
three LLM roles
SELF-REFINE
To enable planning in LLM Agents, let’s first look at the foundation of this technique, namely reasoning.
·newsletter.maartengrootendorst.com·
A Visual Guide to LLM Agents
Do you know the answer to these three questions? You should... 1. What are vector embeddings and embedding models? 2. What’s the benefit of having a vector database for vector search? 3. What’s on the next horizon for AI applications? I just finished a 3-part webinar series… pic.twitter.com/nFOAPHQw2q— Victoria Slocum (@victorialslocum) March 5, 2025
Do you know the answer to these three questions? You should... 1. What are vector embeddings and embedding models? 2. What’s the benefit of having a vector database for vector search? 3. What’s on the next horizon for AI applications? I just finished a 3-part webinar series… pic.twitter.com/nFOAPHQw2q— Victoria Slocum (@victorialslocum) March 5, 2025
·x.com·
Do you know the answer to these three questions? You should... 1. What are vector embeddings and embedding models? 2. What’s the benefit of having a vector database for vector search? 3. What’s on the next horizon for AI applications? I just finished a 3-part webinar series… pic.twitter.com/nFOAPHQw2q— Victoria Slocum (@victorialslocum) March 5, 2025
How to Hack AI Agents and Applications
How to Hack AI Agents and Applications
Learn how to hack AI agents and applications with this expert guide. Find vulnerabilities, prompt injection risks, and testing strategies for AI security.
·josephthacker.com·
How to Hack AI Agents and Applications
AI-Tools
AI-Tools
Many students and researchers are already using them - tools with integrated artificial intelligence (AI). What can AI-supported tools achieve, what opportunities do they offer and what are their limitations? The following list is an introductory selection which is not based on any value judgement.
·ub.fau.de·
AI-Tools