graalvm / graalvm-demos

This repository contains example applications to illustrate the different capabilities of GraalVM
http://graalvm.org
Universal Permissive License v1.0
589 stars 156 forks source link

Review and update Polyglot Chat README #258

Open olyagpl opened 9 months ago

ghost commented 9 months ago

I don't think this should need an installation of graalpy. The current approach is to include graalpy in the dependencies--or is that not yet supported in Gradle?

olyagpl commented 9 months ago

@bhoran , you still need graalpy launcher to copy resources, to install the nltk module. As Tim F. explained in https://github.com/graalvm/graalvm-demos/issues/253, Gradle build will not put the resources in the right place.

olyagpl commented 9 months ago

@bhoran , can you please test from your end following this updated README?