4 questions
0
votes
1
answer
1k
views
Can I convert a streamlit uploaded pdf file into a langchain document?
I am building a streamlit app where a user can upload a pdf file and it generates questions based on the file. The error is the uploaded file is of uploaded_file object and the langchain, pdf loader ...
1
vote
1
answer
2k
views
How to load and split from a list of File objects
I'm creating a JavaScript app that has a drop area where you can drop files from your drive.
When the files are drop, I get an array of File objects.
Now I want to use langchain document loader to ...