Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain_community
|
2 |
+
beautifulsoup4
|
3 |
+
html2text
|
4 |
+
python-dotenv
|
5 |
+
google-generativeai
|
6 |
+
langchain-google-genai
|
7 |
+
langchain
|
8 |
+
faiss-cpu
|
9 |
+
tiktoken
|
10 |
+
gradio
|