onyx
onyx copied to clipboard
How to ingest more than 1Mb of files at once? API ingestion available?
I have thousands of files to be ingested, but currently it will not process any batch bigger than 1Mb. How can I increase this limit? Or is there an API way to ingest files?
@iongpt I had the same issue and updated the nginx.conf (https://github.com/danswer-ai/danswer/blob/main/deployment/data/nginx/app.conf.template) by adding the client_max_body_size 20M;
setting.