Cognitive-rag / 01_data_ingestion / requirements.txt
requirements.txt
Raw
langchain-community>=0.3.0
langchain-core>=0.3.0
unstructured[all-docs]>=0.12.0
pypdf>=4.0.0
python-docx>=1.1.0
python-pptx>=0.6.23
pillow>=10.0.0
pytesseract>=0.3.10
faster-whisper>=1.0.0; python_version < "3.13"
tqdm>=4.67.0
# Server & API
fastapi>=0.100.0
uvicorn>=0.20.0
python-multipart>=0.0.6
# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
httpx>=0.24.0