gemini_multipdf_chat icon indicating copy to clipboard operation
gemini_multipdf_chat copied to clipboard

Gemini PDF Chatbot: A Streamlit-based application powered by the Gemini conversational AI model. Upload multiple PDF files, extract text, and engage in natural language conversations to receive detail...

Results 5 gemini_multipdf_chat issues
Sort by recently updated
recently updated
newest added

The document only supports English. Is it possible to add different languages? As far as I know, Gemini supports multiple languages.

enhancement

**Summary** We currently lack an API for seamless integration with external frontends, hindering users who wish to utilize our service in conjunction with their own interfaces. This issue aims to...

enhancement
help wanted
good first issue

NameError: name 'xrange' is not defined Traceback: File "/usr/local/lib/python3.11/dist-packages/streamlit/runtime/scriptrunner/script_runner.py", line 600, in _run_script exec(code, module.__dict__) File "/root/gemini_multipdf_chat/app.py", line 2, in from PyPDF2 import PdfReader File "/usr/local/lib/python3.11/dist-packages/PyPDF2/__init__.py", line 12, in from...

``` 2024-07-03 13:16:24.042 Uncaught app exception Traceback (most recent call last): File "C:\Users\BT428FR\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 600, in _run_script exec(code, module.__dict__) File "C:\Users\BT428FR\gemini_multipdf_chat\app.py", line 169, in main() File "C:\Users\BT428FR\gemini_multipdf_chat\app.py", line 154, in...

While upooading a simple pdf file, this is the error that pops up. IndexError: This app has encountered an error. The original error message is redacted to prevent data leaks....