danny-avila / rag_api

ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector
https://librechat.ai/
143 stars 60 forks source link

fix: Upload signed PDFs #36

Closed bnord01 closed 1 month ago

bnord01 commented 1 month ago

The cryptography library is required by pypdf to process signed PDFs. (Also see #35)

Fixes #35

danny-avila commented 1 month ago

thanks!