Prerequisites
- 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