Prerequisites
- Python 3.10+
- OpenAI API key (or another supported model provider)
- Snow Leopard API key
- A datafile uploaded to Snow Leopard Playground
Don’t have data? Use our sample superheroes dataset to get started, or choose from our other sample datasets.
Start from scratch
Clone and run the complete working example:Bring your own agent
Already have a LangGraph workflow? Add Snow Leopard data retrieval with these steps.1. Install dependencies
2. Add Snow Leopard fields to your state
Add fields to your graph state to store query results:3. Create a Snow Leopard query node
Create a node that calls Snow Leopard to retrieve data:4. Add the node to your workflow
Add the query node and connect it to your existing workflow:Next steps
- View the full example on GitHub
- See our full API documentation to learn about the Retrieve and Response endpoints
- See this quickstart in action with the Financial Coach recipe