cd/sources/haystack-auto-discovered· home sources Haystack (auto-discovered)
cat /sources/haystack-auto-discovered.feed | wc -l → 8

Haystack (auto-discovered)

articles 8 domain haystack.deepset.ai → feed RSS
00:00
2026-07-29
haystack.deepset.ai
artificial-intelligence

Conversational RAG Agent using InMemoryChatMessageStore

A new tutorial demonstrates building a conversational RAG agent using InMemoryChatMessageStore, InMemoryBM25Retriever, OpenAIChatGenerator, ChatMessageRetriever, and ChatMessageWriter components. The …

00:00
2026-07-20
haystack.deepset.ai
ai-agents

Human-in-the-Loop with Haystack Agents

A new tutorial from Haystack introduces confirmation strategies for human-in-the-loop interactions in its Agent component, enabling human approval before sensitive operations like bank transactions or…

00:00
2026-06-17
haystack.deepset.ai
artificial-intelligence

Creating Your First QA Pipeline with Retrieval-Augmentation

Haystack released a tutorial on building a generative question-answering pipeline using retrieval-augmentation (RAG). The pipeline integrates SentenceTransformersTextEmbedder, InMemoryEmbeddingRetriev…

00:00
2026-06-17
haystack.deepset.ai
developer-tools

Preprocessing Different File Types

Haystack released a tutorial on June 17, 2026, teaching beginners how to build an indexing pipeline that preprocesses markdown, PDF, and text files using the FileTypeRouter component. The pipeline con…

00:00
2026-06-17
haystack.deepset.ai
machine-learning

Embedding Metadata for Improved Retrieval

Haystack released a tutorial on embedding metadata to improve document retrieval, demonstrating the use of InMemoryDocumentStore, InMemoryEmbeddingRetriever, and SentenceTransformers embedders. The me…

00:00
2026-06-15
haystack.deepset.ai
large-language-models

Serializing LLM Pipelines

Haystack introduces serialization for LLM pipelines, enabling conversion to a format that can be saved, loaded, and transmitted across networks. The feature supports components like TransformersChatGe…

00:00
2026-06-12
haystack.deepset.ai
ai-agents

Build a Tool-Calling Agent

A new tutorial teaches developers how to build a tool-calling agent that uses components and pipelines as tools for answering questions and performing tasks, covering two implementation approaches.…