Skip to main content
LlamaIndex is a framework for building LLM-powered applications. This guide shows how to use the llama-index-tools-ceramic package to give a LlamaIndex agent access to Ceramic Search.

Get your Ceramic API key

Create a free account to get started.

Building agents

The CeramicToolSpec wraps Ceramic Search as a LlamaIndex tool. Pass it to any LlamaIndex agent and the agent will call it automatically when it needs to retrieve information.

Set environment variables

Install dependencies

python

Full example

python

Run the example

python

GitHub

View source code

PyPI

View package