Is there a way to pass chunk_size_limit to a streamlit app that uses the data loader widget for creating embeddings from PDFs? My load from disk function in the app has the chunk_size_limit defined but it's not applying it.
Is there another way to apply the chunk_size_limit?