Haystack is an open-source, end-to-end framework for building modular, production-ready LLM applications. With SambaNova, you can power Haystack pipelines with state-of-the-art models.Documentation Index
Fetch the complete documentation index at: https://sambanova-systems.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, ensure you have:- A SambaCloud account and API key
- Python 3.8 or higher
Installation and setup
- Create a virtual environment
- Install Haystack
- Set your SambaNova API key
Example use cases
- Answer questions from a webpage
- Build Retrieval-Augmented Generation (RAG) pipelines
- Orchestrate modular LLM components with SambaNova models
Example notebooks
You can explore example notebooks to see how to build different LLM pipelines with SambaCloud and Haystack.- Webpage Q&A Guide: Build a pipeline that answers questions from a webpage
- RAG guide: Implement Retrieval-Augmented Generation (RAG) with Haystack and SambaCloud

