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 API key at SambaCloud.
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.
Expand your application’s knowledge with this implementation of the semantic search workflow and prompt construction strategies. Includes configurable integrations with multiple SERP APIs.