updates requirements
This commit is contained in:
+5
-3
@@ -13,10 +13,12 @@ openai
|
||||
faiss-cpu
|
||||
|
||||
# Utility Libraries
|
||||
python-dotenv==1.0.1 # For environment variable management
|
||||
pydantic==2.7.1 # Data validation library (dependency for FastAPI and LangChain)
|
||||
python-dotenv
|
||||
pydantic
|
||||
|
||||
# Async support
|
||||
asyncio==3.4.3 # Part of Python >=3.6 but included explicitly for clarity
|
||||
asyncio
|
||||
|
||||
# PDF extraction
|
||||
pdfplumber
|
||||
|
||||
|
||||
Reference in New Issue
Block a user