Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements.txt 428 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
  1. pandas
  2. mlflow==2.2.2
  3. python-dotenv==1.0.0
  4. notebook
  5. numpy
  6. boto3
  7. scikit-learn
  8. matplotlib
  9. python-box==6.0.2
  10. pyYAML
  11. tqdm
  12. httpx==0.23.3
  13. ensure==1.0.2
  14. streamlit
  15. pydantic==1.10.5
  16. joblib
  17. types-PyYAML
  18. requests==2.28.2
  19. six==1.16.0
  20. uvicorn==0.20.0
  21. pinecone-client
  22. torch
  23. torchvision==0.16.2
  24. transformers
  25. httpx
  26. Flask
  27. Flask-Cors
  28. openai
  29. cohere
  30. langchain==0.0.174
  31. llama-index==0.6.9
  32. openai
  33. -e . # This is needed for creation as a local Project
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...