updates requirements

This commit is contained in:
nsa 2024-12-17 10:53:45 +01:00
parent c7d85e7e5d
commit 661e3b390f

View File

@ -13,10 +13,12 @@ openai
faiss-cpu faiss-cpu
# Utility Libraries # Utility Libraries
python-dotenv==1.0.1 # For environment variable management python-dotenv
pydantic==2.7.1 # Data validation library (dependency for FastAPI and LangChain) pydantic
# Async support # Async support
asyncio==3.4.3 # Part of Python >=3.6 but included explicitly for clarity asyncio
# PDF extraction
pdfplumber pdfplumber