opik
opik copied to clipboard
Open-source end-to-end LLM Development Platform
## 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 ![image](https://github.com/user-attachments/assets/669bd9d1-18f7-49b5-86df-727adc86e093) ![image](https://github.com/user-attachments/assets/0b00b813-7488-4071-88d7-532f59c3d109) ![image](https://github.com/user-attachments/assets/5c934dc9-8c6a-4e4e-a324-e010353e1dc1) ![image](https://github.com/user-attachments/assets/ffbaddbd-3437-4761-8fbb-59c88d3c3e6f) ## 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...