Skip to main content
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.
To run these examples, obtain your SambaNova API key from the API keys and URLs page.

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.

GitHub

Function calling

Enhance your AI applications with powerful function calling capabilities.

GitHub

Cloud Demo

Enterprise knowledge retrieval

Document Q&A on multiple file formats including PDF, TXT, and DOC. This starter kit demonstrates a sample implementation of a retrieval augmented generation (RAG) semantic search workflow.

GitHub

Cloud Demo

Search assistant

Expand your application’s knowledge with this implementation of the semantic search workflow and prompt construction strategies. Includes configurable integrations with multiple SERP APIs.

GitHub

Cloud Demo