vi.moshe
vi.moshe
I think I should get the full paths and values when running this expression **`{#: $.a.b.c..[?(@.e == 1)]}`** on this json: ``` { "a": { "x": { "d":1 }, "b":...
Hi. Running kubeflow pipeline on google cloud with python package using these: ``` opentelemetry-api>=1.18.0, opentelemetry-sdk>=1.18.0, opentelemetry_resourcedetector_process>=0.3.0' opentelemetry-propagator-gcp>=1.5.0, opentelemetry-resourcedetector-gcp>=1.5.0a0, opentelemetry-exporter-gcp-monitoring>=1.5.0a0, opentelemetry_resourcedetector_kubernetes>=0.3.0 ``` 1. I'm getting an opentelemtry error: `One or more...
deepeval v2.5.5 Getting this exception when calling evaluate on geval metric with AzureOpenAILLM object: File ".../lib/python3.9/site-packages/deepeval/metrics/g_eval/g_eval.py", line 271, in _a_evaluate self.evaluation_cost += cost TypeError: unsupported operand type(s) for +=: 'NoneType'...