opik
opik copied to clipboard
Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and production-ready dashboards.
## Details ## Issues Resolves # ## Testing ## Documentation
## Details In order to make it work, we only need to set the disable envvar to false and the the following variables: ``` OTEL_EXPORTER_OTLP_ENDPOINT: https://otlp.nr-data.net:4317 OTEL_EXPORTER_OTLP_HEADERS: "api-key=xxxxxxxxx" ``` ##...
## Details Add a log table to report the first start-up as a BI event. ## Issues OPIK-130 Resolves # ## Testing Via automated tests ## Documentation By default, the...
## Details Added batching for CREATE-SPAN requests. Batches are flushed to the streamer queue automatically every second or whenever accumulated message items reach max batch size limit (at the moment...
## Details This PR addresses several issues and improvements related to API key handling, session configuration, interactivity checks, and URL handling. Additionally, a refactoring has been performed to enhance code...
## Details     ## Issues Resolves # ## Testing ## Documentation
## Details ## Issues Resolves # ## Testing ## Documentation
### Willingness to contribute No. I can't contribute this feature at this time. ### Proposal summary I would like to request adding support for VertexAI’s Gemini models in Opik. This...
## Details also strips the from_llm flag ## Issues Resolves # ## Testing ## Documentation
## Details This PR adds @track(flush=True) so that you don't have to do it manually after the function has been called. Before: ```python from opik import track, flush_tracker @track() def...