Observability
LangWatch is a visual interface for DSPy and a complete LLM Ops platform for monitoring, experimenting, measuring and improving LLM pipelines, with a fair-code distribution model.
📺 Short video (3 min) for a sneak peak of LangWatch and a brief introduction to the concepts.
Sign-up for a free account on LangWatch Cloud as the easiest way to get started.
You need to have docker installed in your local environment to be able to run LangWatch locally.
Get started with:
git clone https://github.com/langwatch/langwatch.git
cp langwatch/.env.example langwatch/.env
docker compose up --build
Then, open LangWatch at http://localhost:3000
You can also run LangWatch locally without docker to develop and help contribute to the project.
Start just the databases using docker and leave it running:
docker compose up redis postgres opensearch
Then, on another terminal, install the dependencies and start LangWatch:
make install
make start
LangWatch also offers commercial support for self-hosting on your own infrastructure. For more information, please refer to the Self-Hosting section of the documentation.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Please read our Contribution Guidelines for details on our code of conduct, and the process for submitting pull requests.
If you have questions or need help, join our community: