[project] name = "pdf-qa-chatbot" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "docling>=2.96.1", "fastapi>=0.136.3", "fastembed>=0.8.0", "langchain>=1.3.2", "langchain-community>=0.4.2", "langchain-core>=1.4.0", "langchain-openai>=1.2.2", "langgraph>=1.2.2", "langgraph-checkpoint-postgres>=3.1.0", "langsmith>=0.8.8", "psycopg[binary]>=3.3.4", "pydantic>=2.13.4", "python-dotenv>=1.2.2", "qdrant-client>=1.18.0", "streamlit>=1.58.0", "tavily>=1.1.0", "transformers>=5.9.0", "uuid>=1.30", ]