chatgpt-your-files
chatgpt-your-files copied to clipboard
Production-ready MVP for securely chatting with your documents using pgvector
# Feature request Looking for a way to adapt this project to process PDFs and allow RAG-chatbots over the PDFs. ## Describe alternatives you've considered I've followed a few pinecone...
I saw that if using the OpenAI apis that the model used in the chat function, gpt-3.5-turbo-0613 , will be soon deprecated and might not work. As per this page:...
# Bug report ## Describe the bug On file uploads, the embedding function fails to create vectors for some of the chunks with the below message, ``` InvalidWorkerCreation: worker did...
# Bug report ## Describe the bug I downloaded this PDF file: https://sba.thehartford.com/wp-content/uploads/2019/05/99-Business-Ideas-eBook.pdf When i try to add a PDF iLibreChat try to open it from extract_text_from_pdf() i Got a...
# Bug report ## Describe the bug on_file_upload trigger gets created, its on the db table, but it wont get displayed on the ui dashboard nor executed. The embed trigger...