Skip to content

Commit c24c715

Browse files
committed
Add Openlayer to Logging / Monitoring / Eval
1 parent 865ec83 commit c24c715

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

README.md

+19-14
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,24 @@ We also included [Perplexity and Cursor.sh prompts](#formatting-prompt-templates
1313

1414
## Table of Contents
1515

16-
1. [Data Pipelines](#data-pipelines)
17-
2. [Embedding Models](#embedding-models)
18-
3. [Vector Databases](#vector-databases)
19-
4. [Playgrounds](#playgrounds)
20-
5. [Orchestrators](#orchestrators)
21-
6. [APIs / Plugins](#apis--plugins)
22-
7. [LLM Caches](#llm-caches)
23-
8. [Logging / Monitoring / Eval](#logging--monitoring--eval)
24-
9. [Validators](#validators)
25-
10. [LLM APIs (proprietary)](#llm-apis-proprietary)
26-
11. [LLM APIs (open source)](#llm-apis-open-source)
27-
12. [App Hosting Platforms](#app-hosting-platforms)
28-
13. [Cloud Providers](#cloud-providers)
29-
14. [Opinionated Clouds](#opinionated-clouds)
16+
- [LLM App Stack](#llm-app-stack)
17+
- [Table of Contents](#table-of-contents)
18+
- [Project List](#project-list)
19+
- [Data Pipelines](#data-pipelines)
20+
- [Embedding Models](#embedding-models)
21+
- [Vector Databases](#vector-databases)
22+
- [Playgrounds](#playgrounds)
23+
- [Orchestrators](#orchestrators)
24+
- [APIs / Plugins](#apis--plugins)
25+
- [LLM Caches](#llm-caches)
26+
- [Logging / Monitoring / Eval](#logging--monitoring--eval)
27+
- [Validators](#validators)
28+
- [LLM APIs (proprietary)](#llm-apis-proprietary)
29+
- [LLM APIs (open source)](#llm-apis-open-source)
30+
- [App Hosting Platforms](#app-hosting-platforms)
31+
- [Cloud Providers](#cloud-providers)
32+
- [Opinionated Clouds](#opinionated-clouds)
33+
- [Formatting Prompt Templates](#formatting-prompt-templates)
3034

3135

3236

@@ -115,6 +119,7 @@ We also included [Perplexity and Cursor.sh prompts](#formatting-prompt-templates
115119
### Logging / Monitoring / Eval
116120
| Name (site) | Description | Github | Pip Installs |
117121
|------------|------------|------------|------------|
122+
| [Openlayer](https://www.openlayer.com/) | Openlayer is a platform and SDK for monitoring, evaluating, and versioning LLMs.| <a href=https://github.com/openlayer-ai><img src="https://img.shields.io/github/stars/openlayer-ai?style=social" width=90/></a> | <a href=https://pypi.org/project/openlayer><img src="https://img.shields.io/pypi/dw/openlayer" width=150/></a> |
118123
| [Braintrust Data](https://www.braintrustdata.com/) | An AI product stack featuring evaluations, prompt playgrounds, continuous integration, dataset management, and access to various AI models through a single API | <a href=https://github.com/braintrustdata/braintrust-proxy><img src="https://img.shields.io/github/stars/braintrustdata/braintrust-proxy?style=social" width=90/></a> | <a href=https://pypi.org/project/braintrust><img src="https://img.shields.io/pypi/dw/braintrust" width=150/></a> |
119124
| [Arize AI](https://arize.com/) | An observability platform for both LLMs and supervised ML | <a href=https://github.com/Arize-ai><img src="https://img.shields.io/github/stars/Arize-ai?style=social" width=90/></a> | <a href=https://pypi.org/project/arize><img src="https://img.shields.io/pypi/dw/arize" width=150/></a> |
120125
| [Weights & Biases](https://wandb.ai) | An MLOps platform for streamlining ML workflows | <a href=https://github.com/wandb/wandb><img src="https://img.shields.io/github/stars/wandb/wandb?style=social" width=90/></a> | <a href=https://pypi.org/project/wandb><img src="https://img.shields.io/pypi/dw/wandb" width=150/></a> |

0 commit comments

Comments
 (0)