📚 Documentation • 🖥️ Application • 🏠 Home
This repository contains examples of how to use Autoblocks with various frameworks, libraries, and languages.
NOTE: All JavaScript examples require
npm
andnode >= 18
to be installed.
Name | Description |
---|---|
chatbot-nextjs | A Next.js app that uses openai and Autoblocks to power and monitor a chatbot |
novel-ai-text-editor | A Next.js app that uses Novel and Autoblocks to power an AI-enabled text editor |
openai-assistants-api | Example using Autoblocks with the OpenAI Assistants API |
openai-tracing | Tracing of openai calls |
prompt-sdk | Safely integrate prompts managed in the Autoblocks platform into your application |
spans | Establish parent / child relationships between your events with the spanId and parentSpanId properties |
testing-sdk | Using the Autoblocks Testing SDK with the Prompt SDK for experimentation, regression testing, and rapid prototyping. |
NOTE: All Python examples require
poetry
to be installed.
Name | Description |
---|---|
dspy | Using the Autoblocks Testing and Config SDKs with DSPy. |
flask | Autoblocks tracing within a Flask application |
guardrails-ai | Using Guardrails AI to build reliable and safe AI applications. |
openai-assistants-api | Example using Autoblocks with the OpenAI Assistants API |
openai-tracing | Tracing of openai calls |
pinecone | How to integrate Autoblocks with an application that uses Pinecone. |
prompt-sdk | Safely integrate prompts managed in the Autoblocks platform into your application |
testing-sdk | Using the Autoblocks Testing SDK for experimentation, regression testing, and rapid prototyping. |
testing-sdk-with-prompt-sdk | Using the Autoblocks Testing SDK with the Prompt SDK for experimentation, regression testing, and rapid prototyping. |