An open API service indexing awesome lists of open source software.

https://github.com/traceloop/demo

A full demo of OpenLLMetry with LlamaIndex on Traceloop docs. See traceloop.com/demo
https://github.com/traceloop/demo

Last synced: 5 months ago
JSON representation

A full demo of OpenLLMetry with LlamaIndex on Traceloop docs. See traceloop.com/demo

Awesome Lists containing this project

README

          

## A full demo of Traceloop observability with LlamaIndex on our docs

See https://traceloop.com/docs/demo

1. Install:

```python
poetry install
```

2. Set up the environment:

```python
export GITHUB_TOKEN= # Needed to index our docs from github.com/traceloop/docs
export OPENAI_API_KEY=
export TRACELOOP_API_KEY=
```

You can connect OpenLLMetry to other platform by following one of the guides [here](https://www.traceloop.com/docs/openllmetry/integrations/introduction).

3. Run the demo locally like this:

```python
poetry run streamlit run demo/app.py
```