Installation
Local
- Clone the repo:
-
Copy the
config-example.yamlfile toconfig.yamland set the correct values (see below for more information). -
Run the hub by running
cargo runin the root directory.
With Docker
Traceloop Hub is available as a docker image namedtraceloop/hub. Make sure to create a config.yaml file
following the configuration instructions.
Connecting to Hub
After running the hub and configuring it, you can start using it to invoke available LLM providers. Its API is the standard OpenAI API, so you can use it as a drop-in replacement for your LLM calls. You can invoke different pipelines by passing thex-traceloop-pipeline header. If none is specified, the default pipeline will be used.

