requirements.txt 433 B

123456789101112131415161718192021
  1. tomark~=0.1.4
  2. psutil~=5.9.2
  3. wget
  4. grpcio==1.51.3; python_version<"3.12"
  5. grpcio==1.59.0; python_version>="3.12"
  6. pydantic>=2
  7. editdistance
  8. openpyxl
  9. premailer
  10. python-docx
  11. ######## For Chatocrv3 #######
  12. langchain==0.2.17
  13. langchain-openai==0.1.25
  14. langchain-community==0.2.17
  15. langchain-text-splitters==0.2.4
  16. transformers==4.40.0
  17. openai==1.63.2
  18. unstructured
  19. networkx
  20. numpy==1.24.4; python_version<"3.12"
  21. numpy==1.26.4; python_version>="3.12"