yhng2525 commited on
Commit
0c0cccc
·
verified ·
1 Parent(s): 05fd978

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -10
requirements.txt CHANGED
@@ -1,11 +1,13 @@
1
- streamlit
2
- pandas
3
- gdown
4
- langchain
5
- langchain-core
6
- langchain-openai
7
- langchain-community
8
- chromadb
9
- pypdf
10
- python-dotenv
 
 
11
  tiktoken
 
1
+ streamlit
2
+ pandas
3
+ gdown
4
+
5
+ langchain
6
+ langchain-openai
7
+ langchain-community
8
+ langchain-text-splitters
9
+
10
+ chromadb
11
+ pypdf
12
+ python-dotenv
13
  tiktoken