AI Starter Kits are a collection of examples designed to bootstrap application development for common AI use cases. They provide open-source Python code hosted on SambaNova’s GitHub with concepts that can be applied to any programming language. Start with the demos below and be sure to view all of our AI Starter Kits at our Github repository.Documentation Index
Fetch the complete documentation index at: https://docs-preprod.sambanova.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Multimodal retriever
Unlock insights from complex PDFs and images. Demonstrates advanced retrieval and answer generation that combines both visual and textual data.GitHub
Cloud Demo
Financial assistant
Use large language models (LLMs) to generate complex responses. Demonstrates how to employ multiple agents in a chain to:- Focus and decompose queries.
- Generate multi-step answers and summarize them.
- Check accuracy.
