DocumentationAPI Reference📓 Tutorials🧑‍🍳 Cookbook🤝 Integrations💜 Discord🎨 Studio
Documentation

Guides Overview

Here are links to pages which give you step-by-step instructions on getting the most out of Haystack. They are designed to help you through tasks that require interaction with more than one part of the repository.

GuideDescription
Language ModelsLearn about the different types of language models and when to use them.
Languages Other Than EnglishAdapt a Haystack system to work with languages other than English.
Domain AdaptationImprove your system's performance on data from a specific domain.
OptimizationSpeed up your system or improve its general performance.
EvaluationMeasure how well your system is performing.
Chatbot IntegrationBuild a chatbot that knows how to take advantage of Haystack's NLP power.
Table Question AnsweringPerform retrieval and question answering on tabular data.
Model DistillationCreate a version of a pretrained model that sacrifices some accuracy for speed.
Metadata FilteringNarrow down the dataset that you're working with based on metadata attached to your Documents.
Question Answering on a Knowledge GraphPerform question answering on data stored in Knowledge Graph.
Generative Pseudo LabellingAdapt your dense Retriever to a new domain without human annotation.
Enabling GPU AccelerationUse GPU to speed up your Haystack system.
Log LevelConfigure what messages you want to display in the console output.
TelemetryLearn about the information Haystack uses to bring improvements to its users.