langstream icon indicating copy to clipboard operation
langstream copied to clipboard

Default helm install uses a broken code storage

Open nicoloboschi opened this issue 2 years ago • 1 comments

If you install langstream using helm, it defaults to the default code storage "noop". That implementation is a mock, mostly used by tests.

It's even worse that it "seems" to work accepting the app zip but then when the zip is retrieved, it returns an empty zip!

LangStream needs s3/azureBS to work. on the other side, we want to let people quickly installing it.

Since MinIO dev installation writes to the node storage directly, we could make the default implementation to write file locally and mount a volume bound to the node fs.

nicoloboschi avatar Oct 05 '23 16:10 nicoloboschi

This is another user who saw this problem as well https://github.com/LangStream/langstream/issues/695

eolivelli avatar Nov 07 '23 12:11 eolivelli