Overview
Installation
Install Laminar
Install the package
Install the package from PyPI.
This will install the package and enable all the available automatic instrumentations.
However, this installs a lot of dependencies, so you can specify the extras to enable specific automatic instrumentations of client SDKs/libraries.
For example, to enable automatic instrumentations of Anthropic and OpenAI, run:
If you do not specify any extras, no automatic instrumentation will be enabled.
Full list of available extras:
alephalpha
anthropic
bedrock
cohere
google-generativeai
groq
haystack
lancedb
langchain
llamaindex
marqo
milvus
mistralai
ollama
openai
pinecone
qdrant
replicate
sagemaker
together
transformers
vertexai
watsonx
weaviate
The extras configuration is only available since version 0.4.39
.
Before that, default option would install all the available instruments.