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
- Host: GitHub
- URL: https://github.com/traceloop/demo
- Owner: traceloop
- Created: 2024-07-05T09:40:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T10:22:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T00:45:13.380Z (over 1 year ago)
- Language: Dockerfile
- Size: 308 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```