File size: 375 Bytes
ecce0e5 94604c8 ecce0e5 94604c8 ecce0e5 94604c8 ecce0e5 94604c8 ecce0e5 c43ada9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
fastapi==0.116.1 uvicorn==0.35.0 # Database & models sqlmodel==0.0.24 SQLAlchemy==2.0.43 # Authentication python-jose==3.3.0 passlib[bcrypt]==1.7.4 # Environment variables python-dotenv==1.0.1 # LangChain & RAG langchain==0.3.27 langchain-community==0.3.29 langchain-openai==0.3.33 sentence-transformers==2.7.0 chromadb==1.0.21 pypdf==4.2.0 numpy==1.26.4 python-multipart |