Corentin Meyer

Results 14 issues of Corentin Meyer

When using a workspace with multiples modules, all packages are installed in a top-level `.venv` with a requirements.lock that combine all packages. It's good for local developpement But when you...

enhancement

Hello, thank you very much for this fantastic package. It helps a lot put streamlit apps into "semi-production". I want to ask, is it possible do to an initial empty...

enhancement

### Related Issues - fixes https://github.com/deepset-ai/haystack/issues/7457 https://github.com/deepset-ai/haystack/issues/7455 ### Proposed Changes: - Claude Compatibility: modified the behaviour so that (i) error template is now a single message with generated json, error...

type:documentation
topic:tests
2.x

**Describe the bug** When using the PromptModel node to interact with AWS Bedrock models, when specified in the YAML file the environnement variable are not interpreted. For example this works:...

stale
P1
1.x
community-triage

Hey, I'm trying to use doubtlab with my Keras model that does image classification. I have a model that is already trained and a test dataset. I want to find...

### Related Issues - fixes https://github.com/deepset-ai/haystack-core-integrations/issues/975 ### Proposed Changes: Allow the tools kwargs for AWS Bedrock Anthropic models because it is listed as valid here: https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-anthropic-claude-messages.html ### How did you...

type:documentation
integration:amazon-bedrock

**Describe the bug** When trying to use function calling with AWS Bedrock, the current integration ignore the tools keyword argument. ```python generator_json = AmazonBedrockChatGenerator( model="anthropic.claude-3-haiku-20240307-v1:0", aws_region_name=Secret.from_token("eu-west-3"), generation_kwargs={"temperature": 0, "max_tokens": 4096},...

bug

Hello, I can see Weave is integrated with LlamaIndex, I was wondering if it was possible to work on integrating it with Haystack as well (https://haystack.deepset.ai/) which is a very...

enhancement
backlog

From the docs: https://docs.astral.sh/uv/guides/publish/#building-your-package Build your package with the official build frontend: `uvx --from build pyproject-build --installer uv` My output: ```python cmeyer@LPF2LY4JD MINGW64 ~/code-project/project-pythia/pythia-client (main) $ uvx --from build pyproject-build...

bug
needs-mre
uv tool

**Describe the bug** I use the Ruff Plugin (https://plugins.jetbrains.com/plugin/20574-ruff) and when I do the Format action in the IDE, it produce different results than running uv run ruff format as...