Nimrod Lahav
Nimrod Lahav
Hi @gustavhartz, Thanks again for the suggestion! We've synced internally and identified a technical solution that will allow trace and span visibility upon submission, without needing to wait for task...
@cmpeburak Where are you running this code snippet from? (account / insatnce/ laptop) ```import os from opik import Opik os.environ["OPIK_URL_OVERRIDE"] = f"https://buraksivrikaya-v2-5www.notebook.us-east-1.sagemaker.aws/proxy/5173/api" os.environ["OPIK_CHECK_TLS_CERTIFICATE"] = "false" client = Opik() ds =...
Hi @rehancc , a few questions: * Can you access http://localhost:5173 in the browser ? we want to verify opik is up and running * Can you share run command...
@rehancc to better debug this: 1. in your fastapi service try to print env vars and look if `OPIK_URL_OVERRIDE` is present something like: ``` from fastapi import FastAPI import os...
@Mukhsin0508 from this screenshot it looks like everything is up and running, are you running fast api from a different docker compose setup? When running two separate docker-compose projects or...
@Mukhsin0508 we recommend using our k8 helm chart https://www.comet.com/docs/opik/self-host/kubernetes for production use cases, its already battle tested and gets frequent update and future support to all new features.
Hey @ralsofias thanks for reporting We’re taking a look Can you confirm opik version used on the SDK
Hi @ruixuancao , this is a great idea and ill add it to the backlog. at the moment our main focus is English we do support a few languages in...
Hih @divyamuralidharan-ai , are you referring to the agent graph viewer ? https://www.comet.com/docs/opik/tracing/log_agent_graphs can you send a link to the trace or share more information on which integration you are...
Hi @ptaillard , were taking a look thanks for reporting