File size: 784 Bytes
634b981 abaae3f 796b2bc abaae3f 2826940 abaae3f 4c85a05 b491e99 749c915 b445064 a21c0fa abaae3f 634b981 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
# requirements.txt - versie van 23-10-2024 # met toegevoegd python lib sendgrid, om email vanuit Python te kunnen versturen via de sendgrid API # # Using SendGrid's Python Library # https://github.com/sendgrid/sendgrid-python # Email API Quickstart: How to Send Email with Python | SendGrid Docs | Twilio # https://www.twilio.com/docs/sendgrid/for-developers/sending-email/quickstart-python # In this quickstart, you'll learn how to send your first email using the Twilio SendGrid Mail Send APIand Python. #!pip install sendgrid streamlit groq langchain langchain-community langchain-groq python-dotenv beautifulsoup4 faiss-cpu # JB: chromadb fastembed pypdf chardet glob2 unstructured # https://pypi.org/project/python-docx/ # pip install python-docx python-docx ollama sendgrid |