Where are PDF files stored?

Hi there, I am just wondering where PDF files are stored and how secure they are? We work in the legal industry and want to provide PDFs to our clients based on the chat they have, however we want to delete them once they have been downloaded? Is there a way of deleting them after a certain number of days? Many thanks in advance

3 Likes

Had a similar question a few days ago:

not answered yet ?

Hi,

The download links for the created PDF`s are from https://prod-pickaxe-assets.s3.amazonaws.com/

Could we choose our own s3 or other storage provider ?

Thanks

2 Likes

I am using make now to create a google doc with a link to the client that expires after a certain length of time. This seems a much more controlled way of doing it as the documents can be deleted. You also have far more control over how the template looks without having to use code.

That is just location of where the AI-generated PDFs are stored via the generation PDF action.

Uploaded PDFs are not actually stored. They are scraped and turned into vector embeddings. Then the PDF is discarded.

Those vector embeddings are stored on our servers securely.

1 Like

Thanks @admin_mike. I have resolved the issue now with a webhook and is giving much more flexibility plus I can store them on a google drive.

1 Like