Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
@@ -1,8 +1,18 @@
|
|
1 |
streamlit
|
2 |
python-dotenv
|
|
|
|
|
|
|
|
|
3 |
langchain-core
|
4 |
langchain-community
|
5 |
huggingface-hub
|
6 |
transformers
|
7 |
bitsandbytes
|
8 |
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
python-dotenv
|
3 |
+
langchain
|
4 |
+
langchain_huggingface
|
5 |
+
langchain_experimental
|
6 |
+
langchain-google-genai
|
7 |
langchain-core
|
8 |
langchain-community
|
9 |
huggingface-hub
|
10 |
transformers
|
11 |
bitsandbytes
|
12 |
torch
|
13 |
+
pillow
|
14 |
+
sentence-transformers
|
15 |
+
faiss-cpu
|
16 |
+
bs4
|
17 |
+
accelerate
|
18 |
+
youtube-transcript-api
|