| # ------- Web Framework ------- |
| flask==3.0.3 |
| gunicorn==23.0.0 |
| python-dotenv==1.0.1 |
| requests==2.32.3 |
|
|
| # ------- LangChain Core ------- |
| langchain==0.3.7 |
| langchain-community==0.3.7 |
| langchain-huggingface==0.1.2 |
| langchain-core==0.3.17 # ← Only change: bumped from 0.3.15 to 0.3.17 |
|
|
| # ------- Machine Learning / Embeddings ------- |
| sentence-transformers==3.0.1 |
| faiss-cpu==1.9.0 |
| datasets==3.0.1 |
| transformers==4.44.2 |
| torch>=2.3.0 |
| numpy>=1.26.4 |
|
|
| # ------- Database / Backend ------- |
| supabase==2.22.4 |
| postgrest==0.16.6 |
| storage3==0.7.7 |
| gotrue==2.8.1 |
|
|
| # ------- Utilities ------- |
| tqdm==4.66.5 |
| joblib==1.4.2 |