langstream icon indicating copy to clipboard operation
langstream copied to clipboard

Propose moving the examples folder to a new repo

Open ddieruf opened this issue 1 year ago • 2 comments

There are a seemingly infinite amount of possibilities when creating a pipeline. The examples folder is an attempt to capture some of the possibilities. As the project grows the example should grow quite a bit more.

I propose creating a "langstream-cookbook" repo in the org and move the contents of the examples folder over to it. That will make contributing a little easier because it's not in the main project.

ddieruf avatar Aug 27 '23 13:08 ddieruf

I was thinking the same thing, @ddieruf. I am working on examples and blog posts with examples and need a good place to store those. I think we need to keep some simple examples of how to work with the primitives and a few end-to-end examples in the main repo, but a separate repo for use-case-focused and complex examples makes sense to me.

cdbartholomew avatar Aug 27 '23 14:08 cdbartholomew

We could also have regular (once-per-day?) checks that those examples run correctly. Currently it would be slow and hard to write tests that run on every PR for all the examples.

cbornet avatar Oct 03 '23 20:10 cbornet