Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 629 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 629 Bytes

A full demo of Traceloop observability with LlamaIndex on our docs

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

  1. Install:
poetry install
  1. Set up the environment:
export GITHUB_TOKEN=<your github token> # Needed to index our docs from github.com/traceloop/docs
export OPENAI_API_KEY=<your openai api key>
export TRACELOOP_API_KEY=<your traceloop api key>

You can connect OpenLLMetry to other platform by following one of the guides here.

  1. Run the demo locally like this:
poetry run streamlit run demo/app.py