Corentin Meyer

Results 14 issues of Corentin Meyer

**Is your feature request related to a problem? Please describe.** There is a new class of Pipeline() in Haystack called AsyncPipeline. Currently Openinference doesn't track them. **Describe the solution you'd...

enhancement
language: python
needs attention

### What happened? When using `dspy.settings.configure(track_usage=True)` using a AWS Bedrock model in a FastAPI application and using streaming of the answer, I get the following error: ```python Exception in thread...

bug

Hi, ```python model.export(os.path.join(MODEL_PATH, "model.onnx"), format="onnx", input_signature=[keras.InputSpec(shape=(None, 256, 256, 3), dtype="float32")]) ``` Export a model to ONNX format but with a lot of error and warnings. Such as: ``` ERROR:tf2onnx.tfonnx:Tensorflow op...

stat:awaiting response from contributor
type:Bug

Tried to export my Keras 3 model and I get the following errors: ```python ERROR:tf2onnx.tfonnx:Tensorflow op [sequential_2_1/sequential_1_1/random_brightness_1_1/stateless_random_uniform/StatelessRandomUniformV2: StatelessRandomUniformV2] is not supported ERROR:tf2onnx.tfonnx:Tensorflow op [sequential_2_1/sequential_1_1/random_contrast_1_1/stateless_random_uniform/StatelessRandomUniformV2: StatelessRandomUniformV2] is not supported ERROR:tf2onnx.tfonnx:Tensorflow op...

unsupported ops