dcata004 commited on
Commit
280ebde
·
verified ·
1 Parent(s): 85435ec

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -11
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
- langchain
2
- langchain-community
3
- langchain-openai
4
- langchain-text-splitters
5
- ragas
6
- chromadb
7
- pypdf
8
- gradio
9
- openai
10
- tiktoken
11
- pandas
 
 
1
+ langchain==0.1.20
2
+ langchain-community==0.0.38
3
+ langchain-openai==0.1.6
4
+ langchain-text-splitters==0.0.1
5
+ ragas==0.1.7
6
+ chromadb==0.4.24
7
+ pypdf==4.2.0
8
+ gradio==4.26.0
9
+ openai==1.23.2
10
+ tiktoken==0.6.0
11
+ pandas
12
+ pysqlite3-binary