Update requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
CHANGED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
dataset
|
2 |
+
accelerate>=0.26.0
|
3 |
+
pandas
|
4 |
+
# torch
|
5 |
+
chromadb== 0.5.3
|
6 |
+
# pysqlite3-binary
|
7 |
+
protobuf==3.20.*
|
8 |
+
streamlit==1.36.0
|
9 |
+
pypdf==4.2.0
|
10 |
+
langchain==0.2.5
|
11 |
+
langchain-community==0.2.5
|
12 |
+
langchain-huggingface==0.0.3
|
13 |
+
python-dotenv
|