# Core Streamlit dependency
streamlit>=1.41.0

# Google AI and LangChain dependencies
google-generativeai>=0.8.4
langchain>=0.3.20
langchain-google-genai>=2.0.0
langchain-chroma>=0.2.0
langchain-community>=0.3.20
langchain-core>=0.3.20
langchain-text-splitters>=0.3.0

# Vector Database
chromadb>=0.5.0

# Document Processing
pypdf>=4.0.0
pymupdf>=1.24.0

# Environment and Configuration
python-dotenv>=1.0.0
