Distributed Pipelines with Ray #3361
Unanswered
PedroSantanaDev
asked this question in
Questions
Replies: 2 comments 3 replies
-
@ArzelaAscoIi Do you maybe have any code snippets showing Ray pipelines in action? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi @PedroSantanaDev. From the logs you shared it seems like the validation is not happy with the provided yaml. Did you already validate that the yaml works without ray? If yes I would also have to manually check what might go wrong in ray. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there any working colab examples of working with the Ray pipeline on haystack? I am trying to build a Ray pipeline but I get different errors. See below. Thanks
`Traceback (most recent call last):
File "C:\Users\psantana\PycharmProjects\haystack_test\main.py", line 40, in
pipeline = RayPipeline.load_from_yaml(path="ray.pipeline-pipelines.yaml", pipeline_name="ray_query_pipeline")
File "C:\Python Environments\haystack_test\lib\site-packages\haystack\pipelines\ray.py", line 187, in load_from_yaml
return RayPipeline.load_from_config(
File "C:\Python Environments\haystack_test\lib\site-packages\haystack\pipelines\ray.py", line 89, in load_from_config
validate_config(pipeline_config, strict_version_check=strict_version_check, extras="ray")
File "C:\Python Environments\haystack_test\lib\site-packages\haystack\pipelines\config.py", line 241, in validate_config
validate_schema(pipeline_config=pipeline_config, strict_version_check=strict_version_check, extras=extras)
File "C:\Python Environments\haystack_test\lib\site-packages\haystack\pipelines\config.py", line 269, in validate_schema
if (not extras and extras_in_config) or (extras and extras_in_config not in extras):
TypeError: 'in ' requires string as left operand, not NoneType
`
Beta Was this translation helpful? Give feedback.
All reactions