LangStream / langstream

LangStream. Event-Driven Developer Platform for Building and Running LLM AI Apps. Powered by Kubernetes and Kafka.
https://langstream.ai
Apache License 2.0
378 stars 28 forks source link

LangStream has no Windows support #716

Open devinbost opened 7 months ago

devinbost commented 7 months ago

I discovered that our installation instructions don't work for Windows. We need to make sure that Windows users can get LangStream running.

vertigobo commented 5 months ago

I am using langstream-cli-0.6.0 on Windows. I get a java.lang.UnsupportedOperationException on ai.langstream.cli.commands.docker.LocalRunApplicationCmd.makeDirOrFileReadable() because it uses Files.setPosixFilePermissions(...). I suggest to replace the POSIX file permissions with setReadable() setWritable() and setExecutable() of the File class.