Alejandro Gil
Alejandro Gil
Is there any progress on this?
Thank you Paul, I finally resolved it using Azure storage SDK: ```javascript var azure = require('azure-storage'); var streamifier = require('streamifier'); var options = {contentSettings:{contentType:'application/xml'}} content_stream = streamifier.createReadStream("content"); var blobService =...
@pnd-rdestratis Did you get any progress on this? I'm facing the same issue
Is there any way to make this work with `SQLDatabaseChain.from_llm()`? When setting `return_intermediate_steps=True` in the chain, returns the error `ERROR:root:'run' not supported when there is not exactly one output key....