manziman

Results 8 comments of manziman

We are also seeing this issue. Pretty annoying, does anyone have any workarounds for github actions or do I just need to find a different CI provider to run this...

Been looking for a way to contribute now that I am using this awesome framework and I stumbled upon this thread. Maybe someone has already addressed this - though I...

I have been hacking on this a little more in a related project. Needless to say, as many here probably already know, running untrusted code in python is practically speaking...

@bborn I am working on a way to abstract langchain behind an API, and store langchain objects in a SQL database. The idea is to have a deployable platform on...

Very cool! At this point for my use case I think I am going to solve the problem by allowing the user to provide a 'transform URL', which should be...

I followed the contributing guide but for some reason I couldn't get the docs to build locally (or there was no diff?).

Thank you both for the feedback! I'll work on those changes.

> Just noticed, it applies to this but also the current LLM cache implementation: The hash() function in python is (by default) not repeatable between runs. see: https://stackoverflow.com/questions/27522626/hash-function-in-python-3-3-returns-different-results-between-sessions > >...