Kenton
Kenton
Added this to the documentation in pull reqeust 28 https://github.com/meinstein/react-file-picker/pull/28
@hwchase17 @zoltan-fedor any updates on this? I would love to include this feature in a new blog post showing how to deploy scalable Langchain agents on AWS.
Hi Cristian, yes this works well and I have deployed it in production environments. For a full-stack implementation using the DynamoDB memory you can use the code linked in [this...
If someone is still looking for a Lambda layer including Langchain I just built this one and made it public: arn:aws:lambda:us-east-1:609061237212:layer:langchain:9 . It is running Langchain version 0.0.191 on ARM64...
> are all these files suppose to be here? theres conversation/memory and then three more files in serverless/ Good point I've removed all the unnecessary files and changes. Please let...
@zoltan-fedor I added what was recommend above as you can see [here](https://github.com/hwchase17/langchain/blob/6ff413873e8500de77253071c47639322f7a9bc4/langchain/chains/serverless/memory.py). I made a ServerlessMemory class that is then used with the DynamoDB buffer. You should therefore be able...
> Thanks @KBB99, I understand, but I would rather use the standard `ConversationBufferMemory` and `ConversationStringBuffer` with a buffer stored in a database than a newly created `ServerlessMemory`, which - in...
Updated the implementation to that suggested by @3coins . @zoltan-fedor if you want you can try to further improve the implementation by adding the MessageDB. Shout out to 3coins for...
Sounds good zoltan. I will test your implementation with DynamoDB and let you know how it goes.
Closing pull request as [1895](https://github.com/hwchase17/langchain/pull/1895) was merged. Thank you for your help @zoltan-fedor @3coins and @hwchase17 !