ray-project / langchain-ray

Examples on how to use LangChain and Ray
Apache License 2.0
217 stars 47 forks source link

Fix PDF embedding example #7

Closed pcmoritz closed 1 year ago

pcmoritz commented 1 year ago

Originally, the Ray cluster launcher installed a nightly Ray due to https://github.com/ray-project/ray/blob/master/python/ray/autoscaler/aws/defaults.yaml#LL122C1-L127C48

This led to a problem with recent upstream changes.

Also I did some de-duping of the cluster yaml file and added instructions to tear down the cluster.