alx-d commited on
Commit
378315e
·
verified ·
1 Parent(s): 91c8606

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -4
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- langchain==0.0.188
2
- llama_index==0.6.12
 
 
3
  pydantic==1.10.7
 
4
  pypdf
5
- PyCryptodome
6
- ratelimit
 
1
+ llama-index==0.6.28 # Use the latest compatible version
2
+ langchain==0.0.240 # Use the latest compatible version
3
+ gradio==3.40
4
+ openai==0.28
5
  pydantic==1.10.7
6
+ ratelimit
7
  pypdf
8
+ PyCryptodome