36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
|
|
# Evaluation and Observability for AI Apps
|
|
|
|
This project leverages [CometML Opik](https://github.com/comet-ml/opik) to build an e2e evaluation and observability pipeline for a RAG application.
|
|
|
|
|
|
## Installation and setup
|
|
|
|
**Get API Keys**:
|
|
- [Opik API Key](https://www.comet.com/signup)
|
|
- [Open AI API Key](https://platform.openai.com/api-keys)
|
|
|
|
|
|
**Install Dependencies**:
|
|
Ensure you have Python 3.11 or later installed.
|
|
```bash
|
|
pip install opik llama-index llama-index-agent-openai llama-index-llms-openai --upgrade --quiet
|
|
```
|
|
|
|
**Running**:
|
|
|
|
You can run the code in notebook ```demo.ipynb```.
|
|
|
|
---
|
|
|
|
## 📬 Stay Updated with Our Newsletter!
|
|
**Get a FREE Data Science eBook** 📖 with 150+ essential lessons in Data Science when you subscribe to our newsletter! Stay in the loop with the latest tutorials, insights, and exclusive resources. [Subscribe now!](https://join.dailydoseofds.com)
|
|
|
|
[](https://join.dailydoseofds.com)
|
|
|
|
---
|
|
|
|
## Contribution
|
|
|
|
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
|