kaifcoder / gemini_multipdf_chat

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 detailed responses based on the document context. Enhance your interaction with PDF documents using this intuitive and intelligent chatbot.
https://gmultichat.streamlit.app/
129 stars 110 forks source link

Changed ownership \app directory to appuser #6

Closed Dribo closed 6 months ago

Dribo commented 6 months ago

Made appuser the owner of folder /app to fix the issue PermissionError: [Errno 13] Permission denied: 'faiss_index' which occurs when faiss tries to create a folder to save vectors during the processing of the pdf file.