BoxcarsAI / boxcars

Building applications with composability using Boxcars with LLM's. Inspired by LangChain.
MIT License
430 stars 39 forks source link

demo rails app #57

Closed estiens closed 9 months ago

estiens commented 1 year ago

It would be very handy to have a demo rails app (reasonably complicated date but not that much so) that can be cloned/seeded/and shows various examples of boxcar integrations - if this isn't on the roadmap I might be able to take it on to try to sell boxcars to a few prospective folks that might have a use for it - by sell I mean convince to use it :P

tabrez-syed commented 1 year ago

Awesome! We have the beginnings of one using the https://github.com/ralixjs/rails-ralix-tailwind that we can use. Are you open to connecting so we can discuss it further? You can write in at hi@boxcars.ai

estiens commented 1 year ago

Sure, I'll ping you if/when I can commit to doing some work on it! or if work on it proceeds in the meantime, happy to throw in some PRs at some point

francis commented 1 year ago

I have a prototype Rails Engine that uses Boxcars to minimize the effort to integrate with Rails. I hope to get this up as a reference in the next week or two.