A comprehensive collection of integration examples for AI observability and evaluation with HoneyHive
Website • Documentation • Community • Blog
This repository contains a collection of cookbooks and examples for integrating various tools, frameworks, and services with HoneyHive for comprehensive AI observability and evaluation. Each cookbook provides practical guidance and code examples to help you implement effective tracing and evaluation for your AI systems.
Cookbook | Description |
---|---|
qdrant-cookbook | Integration with Qdrant vector database for RAG pipelines |
zilliz-honeyhive | Integration with Zilliz (Milvus) vector database |
rag-chromadb-cookbook-python | Integration with ChromaDB for RAG pipelines |
Cookbook | Description |
---|---|
langchain-python | Integration examples with LangChain in Python |
langchain-typescript | Integration examples with LangChain in TypeScript |
llamaindex-python | Integration with LlamaIndex in Python |
nextjs-quickstart | Basic Next.js integration with HoneyHive |
nextjs-quickstart-with-sentry | Next.js integration with both HoneyHive and Sentry |
Cookbook | Description |
---|---|
claims-summarizer-python | Process and summarize claims data using Python |
claims-transcript-summarizer-js | Process and summarize transcript data for claims |
text2sql-evals | Evaluate Text-to-SQL model performance |
Cookbook | Description |
---|---|
putnam-evaluation-python | Evaluation examples using Putnam dataset |
putnam-evaluation-async-python | Asynchronous evaluation with Putnam dataset |
Cookbook | Description |
---|---|
observability-tutorial-python | Basic observability tutorial in Python |
observability-tutorial-ts | Basic observability tutorial in TypeScript |
Cookbook | Description |
---|---|
mistral-cookbook | Integration with Mistral AI's models and API |
Each cookbook contains its own README with specific instructions. To get started:
- HoneyHive Account: Sign up at honeyhive.ai and get your API key
- Clone the Repository:
git clone https://github.com/honeyhiveai/cookbook.git cd cookbook
- Choose a Cookbook: Navigate to the cookbook that matches your use case and follow its README
Depending on the cookbook you're using, you'll need:
- Python 3.8+ for Python examples
- Node.js for JavaScript and TypeScript examples
- Jupyter Notebook support for notebook examples
- API Keys for relevant services (HoneyHive, OpenAI, etc.)
We welcome contributions from the community! To contribute:
- Fork the repository
- Create your feature branch:
git checkout -b feature/new-example
- Commit your changes:
git commit -m 'Add a new example'
- Push to the branch:
git push origin feature/new-example
- Submit a pull request
For questions or issues:
- Open an issue
- Contact the HoneyHive team at [email protected]
- Visit honeyhive.ai
Powered by HoneyHive - Modern AI Observability & Evaluation