mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-07 07:22:03 +00:00
* Update documentation and remove unused assets. Enhanced the 'agents' and 'components' sections with clearer descriptions and examples. Removed obsolete images and updated links for better navigation. Adjusted formatting for consistency across various documentation pages. * remove dependency * address comments * delete more empty pages * broken link * unduplicate headings * alphabetical components nav
12 lines
434 B
Plaintext
12 lines
434 B
Plaintext
---
|
||
title: "Readers"
|
||
id: readers
|
||
slug: "/readers"
|
||
description: "Readers are pipeline components that pinpoint answers in documents. They’re used in extractive question answering systems."
|
||
---
|
||
|
||
# Readers
|
||
|
||
Readers are pipeline components that pinpoint answers in documents. They’re used in extractive question answering systems.
|
||
|
||
Currently, there's one Reader available in Haystack: [ExtractiveReader](readers/extractivereader.mdx). |