requirements.txt 325 B

1234567891011121314151617
  1. numpy>=1.24.0
  2. pandas>=2.0.0
  3. langchain>=0.1.0
  4. python-dotenv>=1.0.0
  5. langchain-community>=0.0.10
  6. langchain-openai>=0.0.2
  7. sentence-transformers>=2.2.2
  8. langchain-huggingface>=0.0.1
  9. colorama>=0.4.6
  10. faiss-gpu>=1.7.4
  11. chromadb>=0.4.22
  12. flask>=3.0.0
  13. gunicorn>=21.2.0
  14. pydantic>=2.5.0
  15. tqdm>=4.66.1
  16. python-multipart>=0.0.6
  17. requests>=2.31.0