Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple files #52

Open
darretking opened this issue Apr 19, 2023 · 1 comment
Open

Multiple files #52

darretking opened this issue Apr 19, 2023 · 1 comment

Comments

@darretking
Copy link

Question:
Is it possible to load multiple files at a time?
This way I could ask a question and it could search all the resource documents to compile an answer.

@waseahmed
Copy link

I tried this by enabling accept_multiple_files=True, but it fails in b_save() and also i'm sure if this indexes multiple files

st.file_uploader('pdf file', type='pdf', key='pdf_file', disabled=disabled, on_change=index_pdf_file, label_visibility="collapsed",accept_multiple_files=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants